Whiskers of Twilight Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Whiskers of Twilight palette
Whiskers of Twilight color palette CSS
/* CSS */
.color-1 {
color: #f5c5a3;
}
.color-2 {
color: #e3a6a1;
}
.color-3 {
color: #d56c8d;
}
.color-4 {
color: #b2579e;
}
.color-5 {
color: #7c2db9;
}
/* CSS Variables */
:root {
--color-1: #f5c5a3;
--color-2: #e3a6a1;
--color-3: #d56c8d;
--color-4: #b2579e;
--color-5: #7c2db9;
}
Whiskers of Twilight background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5c5a3, #e3a6a1, #d56c8d, #b2579e, #7c2db9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5c5a3, #e3a6a1, #d56c8d, #b2579e, #7c2db9);
}
Similar color palettes
Whiskers of Twilight color palette created on .