UI Background
Hero sections, landing pages, and app backgrounds
Perfect for hero sections, landing pages, and full-screen app backgrounds. Creates visual depth and modern aesthetic.
background: radial-gradient(circle, #D9F2DF 0%, #D9DDF2 100%);Hai pastel chia sẻ cùng một thì thầm tonal — bạc hà và lavender, cả hai gần như không bão hoà, cả hai trong vòng 1% độ sáng của nhau. Radial 135° nghĩa là chuyển tiếp gần như không thể nhận ra — gradient cảm thấy ít như 'hai màu' và giống 'tâm trạng đang trôi'. Tạo cho sản phẩm hứa nghỉ ngơi: app ngủ, công cụ nhật ký, UI quiet-mode, trải nghiệm chỉ-buổi-tối.
Gradient đẹp sẵn sàng sử dụng trong dự án của bạn
Hai pastel chia sẻ cùng một thì thầm tonal — bạc hà và lavender, cả hai gần như không bão hoà, cả hai trong vòng 1% độ sáng của nhau. Radial 135° nghĩa là chuyển tiếp gần như không thể nhận ra — gradient cảm thấy ít như 'hai màu' và giống 'tâm trạng đang trôi'. Tạo cho sản phẩm hứa nghỉ ngơi: app ngủ, công cụ nhật ký, UI quiet-mode, trải nghiệm chỉ-buổi-tối.
#D9F2DF nằm trong vùng bạc hà nhạt (HSL 134°, 45% S, 90% L). #D9DDF2 là tấm gương ở lavender (HSL 230°, 45% S, 90% L). Chúng chia sẻ độ sáng GIỐNG HỆT (90%) VÀ bão hoà (45%) — chỉ hue thay đổi. Đó là lý do gradient yên đến vậy: mắt không đọc thấy thay đổi 'năng lượng', chỉ 'tâm trạng'. Split-complementary trong tên nhưng hài hoà trong thực thi.
Copy the code below to use this gradient in your project
radial-gradient(circle, #D9F2DF 0%, #D9DDF2 100%)Full CSS Rule
.gradient-split-complementary--d9f2df-d9ddf2--radial-135 {
background: radial-gradient(circle, #D9F2DF 0%, #D9DDF2 100%);
}Color Stops
#D9F2DF
0%
#D9DDF2
100%
Mã CSS copy-paste tương thích đa trình duyệt
Sử dụng trực tiếp với class tiện ích Tailwind CSS
Mở trong editor để điều chỉnh màu, góc và điểm dừng
Hiển thị hoàn hảo trên mọi kích thước màn hình
Tạo nền hero bắt mắt cho trang đích
Làm nút nổi bật với nền gradient
Thêm chiều sâu cho card với overlay gradient nhẹ nhàng
Áp dụng gradient cho text để có typography hiện đại
Learn how to apply CSS gradients in real-world design scenarios
Hero sections, landing pages, and app backgrounds
Perfect for hero sections, landing pages, and full-screen app backgrounds. Creates visual depth and modern aesthetic.
background: radial-gradient(circle, #D9F2DF 0%, #D9DDF2 100%);Call-to-action buttons with eye-catching gradients
Gradient buttons attract attention and improve click-through rates. Ideal for CTAs, sign-up buttons, and primary actions.
background: radial-gradient(circle, #D9F2DF 0%, #D9DDF2 100%);Eye-catching gradient text for headlines
Gradient text makes headlines pop. Works great for hero titles, feature names, and brand statements.
background-image: radial-gradient(circle, #D9F2DF 0%, #D9DDF2 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;Subtle gradients for cards and UI surfaces
Subtle gradient background
Subtle gradients add depth to cards without overwhelming. Perfect for feature cards, testimonials, and pricing tables.
background: radial-gradient(circle, rgba(217, 242, 223, 0.1) 0%, rgba(217, 221, 242, 0.1) 100%);Gradient borders for modern UI elements
Stand out with colorful borders
Gradient borders make elements stand out. Great for input fields, cards, and featured content sections.
.gradient-border {
background: radial-gradient(circle, #D9F2DF 0%, #D9DDF2 100%);
padding: 2px;
border-radius: 12px;
}
.gradient-border > div {
background: var(--bg-surface);
border-radius: 10px;
}Explore harmonious variations based on your current gradient
Everything you need to know
Chỉ cần sao chép mã CSS hoặc Tailwind và dán vào stylesheet. Gradient sẵn sàng sử dụng không cần thiết lập thêm.
Có! Nhấp "Tùy Chỉnh Trong Editor" để mở gradient trong trình chỉnh sửa trực quan, nơi bạn có thể điều chỉnh màu, góc và điểm màu.
Có, tất cả gradient trên Pixeliro đều miễn phí sử dụng trong dự án cá nhân và thương mại. Không cần ghi nguồn.
Có! Chúng tôi cung cấp class Tailwind CSS sẵn sàng sử dụng. Bạn cũng có thể thêm màu tùy chỉnh vào tailwind.config.js.
Bạc Hà Pastel đến Sương Lavender Gradient - Free, no signup required
Tùy Chỉnh Trong Editor