Damien's Chill Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Damien's Chill palette
Color Inspiration
Images that showcase this color palette in real designs
Download Damien's Chill Color Palette (PNG)
Damien's Chill color palette CSS
/* CSS */
.color-1 {
color: #1e1e3e;
}
.color-2 {
color: #3e4965;
}
.color-3 {
color: #6b9e80;
}
.color-4 {
color: #ffb84d;
}
.color-5 {
color: #d8544f;
}
/* CSS Variables */
:root {
--color-1: #1e1e3e;
--color-2: #3e4965;
--color-3: #6b9e80;
--color-4: #ffb84d;
--color-5: #d8544f;
}
Damien's Chill background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e1e3e, #3e4965, #6b9e80, #ffb84d, #d8544f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e1e3e, #3e4965, #6b9e80, #ffb84d, #d8544f);
}
Similar color palettes
Damien's Chill color palette created on .