Eider's Embrace Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Eider's Embrace palette
Eider's Embrace color palette CSS
/* CSS */
.color-1 {
color: #b2e0da;
}
.color-2 {
color: #8fd6c2;
}
.color-3 {
color: #5ac4a0;
}
.color-4 {
color: #3dae8e;
}
.color-5 {
color: #28a477;
}
/* CSS Variables */
:root {
--color-1: #b2e0da;
--color-2: #8fd6c2;
--color-3: #5ac4a0;
--color-4: #3dae8e;
--color-5: #28a477;
}
Eider's Embrace background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b2e0da, #8fd6c2, #5ac4a0, #3dae8e, #28a477);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b2e0da, #8fd6c2, #5ac4a0, #3dae8e, #28a477);
}
Similar color palettes
Scroll down to explore 50+ Aesthetic color palettes
Eider's Embrace color palette created on .