Esvelpis Color Palette
Discover the beautiful Esvelpis color palette featuring dandelion (#fcd459), casablanca (#f9b858), tan hide (#f89454), mauvelous (#ee8394) and fuchsia pink (#c957b0).
Brightness
Saturation
Warmth
๐ก What You Can Do
ColorMagic makes it easy to:
- โขCopy precise HEX codes and RGB values for your designs
- โขAdjust its brightness, saturation, and warmth to create new variations
- โขPreview UI components to see how colors work in real interfaces
- โขCopy CSS code including background gradients and color variables
- โขDownload the palette
- โขShare your palette with team members and clients
๐จ Preview UI Components
UI Examples
Explore beautiful UI components with Esvelpis palette
๐ป Esvelpis color palette CSS
/* CSS */
.color-1 {
color: #fcd459;
}
.color-2 {
color: #f9b858;
}
.color-3 {
color: #f89454;
}
.color-4 {
color: #ee8394;
}
.color-5 {
color: #c957b0;
}
/* CSS Variables */
:root {
--color-1: #fcd459;
--color-2: #f9b858;
--color-3: #f89454;
--color-4: #ee8394;
--color-5: #c957b0;
} ๐ Esvelpis background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fcd459, #f9b858, #f89454, #ee8394, #c957b0);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fcd459, #f9b858, #f89454, #ee8394, #c957b0);
} ๐ Explore similar color palettes
Esvelpis color palette created on .