Eevee's Embrace Color Palette
Discover the beautiful Eevee's Embrace color palette featuring laser (#c6a96c), pavlova (#d8cba2), grain brown (#e1d5b2), sandwisp (#f3e2a5) and maize (#f6d2ac).
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 Eevee's Embrace palette
๐ป Eevee's Embrace color palette CSS
/* CSS */
.color-1 {
color: #c6a96c;
}
.color-2 {
color: #d8cba2;
}
.color-3 {
color: #e1d5b2;
}
.color-4 {
color: #f3e2a5;
}
.color-5 {
color: #f6d2ac;
}
/* CSS Variables */
:root {
--color-1: #c6a96c;
--color-2: #d8cba2;
--color-3: #e1d5b2;
--color-4: #f3e2a5;
--color-5: #f6d2ac;
}
๐ Eevee's Embrace background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c6a96c, #d8cba2, #e1d5b2, #f3e2a5, #f6d2ac);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c6a96c, #d8cba2, #e1d5b2, #f3e2a5, #f6d2ac);
}
๐ Explore similar color palettes
Eevee's Embrace color palette created on .