Elpis Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Elpis palette
Color Inspiration
Images that showcase this color palette in real designs
Download Elpis Color Palette (PNG)
Elpis color palette CSS
/* CSS */
.color-1 {
color: #f7d69c;
}
.color-2 {
color: #f0b67f;
}
.color-3 {
color: #ea905d;
}
.color-4 {
color: #d87d6f;
}
.color-5 {
color: #a05465;
}
/* CSS Variables */
:root {
--color-1: #f7d69c;
--color-2: #f0b67f;
--color-3: #ea905d;
--color-4: #d87d6f;
--color-5: #a05465;
}
Elpis background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7d69c, #f0b67f, #ea905d, #d87d6f, #a05465);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7d69c, #f0b67f, #ea905d, #d87d6f, #a05465);
}
Similar color palettes
Elpis color palette created on .