Esvelpis Color Palette
Discover the beautiful Esvelpis color palette featuring dandelion (#fcd35a), casablanca (#f9b858), tan hide (#f89354), mauvelous (#ee8193) and fuchsia pink (#c856af).
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: #fcd35a;
}
.color-2 {
color: #f9b858;
}
.color-3 {
color: #f89354;
}
.color-4 {
color: #ee8193;
}
.color-5 {
color: #c856af;
}
/* CSS Variables */
:root {
--color-1: #fcd35a;
--color-2: #f9b858;
--color-3: #f89354;
--color-4: #ee8193;
--color-5: #c856af;
}
๐ Esvelpis background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fcd35a, #f9b858, #f89354, #ee8193, #c856af);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fcd35a, #f9b858, #f89354, #ee8193, #c856af);
}
๐ Explore similar color palettes
Esvelpis color palette created on .