Twilight Blossom Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Twilight Blossom palette
Twilight Blossom color palette CSS
/* CSS */
.color-1 {
color: #4159aa;
}
.color-2 {
color: #848fdb;
}
.color-3 {
color: #cdc8ee;
}
.color-4 {
color: #cbcce2;
}
.color-5 {
color: #ccaee0;
}
/* CSS Variables */
:root {
--color-1: #4159aa;
--color-2: #848fdb;
--color-3: #cdc8ee;
--color-4: #cbcce2;
--color-5: #ccaee0;
}
Twilight Blossom background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4159aa, #848fdb, #cdc8ee, #cbcce2, #ccaee0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4159aa, #848fdb, #cdc8ee, #cbcce2, #ccaee0);
}
Similar color palettes
Twilight Blossom color palette created on .