Eru's Embrace Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Eru's Embrace palette
Eru's Embrace color palette CSS
/* CSS */
.color-1 {
color: #f6a523;
}
.color-2 {
color: #f8e4b9;
}
.color-3 {
color: #d3e09e;
}
.color-4 {
color: #a7d7b8;
}
.color-5 {
color: #6ab9a6;
}
/* CSS Variables */
:root {
--color-1: #f6a523;
--color-2: #f8e4b9;
--color-3: #d3e09e;
--color-4: #a7d7b8;
--color-5: #6ab9a6;
}
Eru's Embrace background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6a523, #f8e4b9, #d3e09e, #a7d7b8, #6ab9a6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6a523, #f8e4b9, #d3e09e, #a7d7b8, #6ab9a6);
}
Similar color palettes
Scroll down to explore 200+ Bright color palettes
Eru's Embrace color palette created on .