Till Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Till palette
Till color palette CSS
/* CSS */
.color-1 {
color: #f4e2c3;
}
.color-2 {
color: #f7b2a1;
}
.color-3 {
color: #f76b69;
}
.color-4 {
color: #d94a6e;
}
.color-5 {
color: #9c3a7d;
}
/* CSS Variables */
:root {
--color-1: #f4e2c3;
--color-2: #f7b2a1;
--color-3: #f76b69;
--color-4: #d94a6e;
--color-5: #9c3a7d;
}
Till background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f4e2c3, #f7b2a1, #f76b69, #d94a6e, #9c3a7d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f4e2c3, #f7b2a1, #f76b69, #d94a6e, #9c3a7d);
}
Similar color palettes
Scroll down to explore 400+ Light color palettes
- Pastel Purple Delight
- Soft Peach
- Purple Blossom
- Blush Blossom Dream
- Shades of Beige
- Purple Flower
- Vanilla Cream
- Lunar Enchantment
- Midnight Study Break
- Whispers of Wisteria
- Stormy Whispers
- Frosted Lavender Dreams
- Whispering Forest Blooms
- Light Beige
- Whimsical Twilight Blossoms
- Stellar Glow
- Lustrous Whisper
- Skyward Dreams
Till color palette created on .