Esvelpis Color Palette
Discover the beautiful Esvelpis color palette featuring tacao (#f3b38b), manhattan (#f5b296), manhattan (#f7bca7), manhattan (#f5d096) and dairy cream (#f8dcb3).
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: #f3b38b;
}
.color-2 {
color: #f5b296;
}
.color-3 {
color: #f7bca7;
}
.color-4 {
color: #f5d096;
}
.color-5 {
color: #f8dcb3;
}
/* CSS Variables */
:root {
--color-1: #f3b38b;
--color-2: #f5b296;
--color-3: #f7bca7;
--color-4: #f5d096;
--color-5: #f8dcb3;
} ๐ Esvelpis background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3b38b, #f5b296, #f7bca7, #f5d096, #f8dcb3);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3b38b, #f5b296, #f7bca7, #f5d096, #f8dcb3);
} ๐ Explore similar color palettes
Esvelpis color palette created on .