Eleanor's Embrace Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Eleanor's Embrace palette
Eleanor's Embrace color palette CSS
/* CSS */
.color-1 {
color: #f6a8a2;
}
.color-2 {
color: #f2d378;
}
.color-3 {
color: #f0b37a;
}
.color-4 {
color: #e3a1c7;
}
.color-5 {
color: #b9e1e9;
}
/* CSS Variables */
:root {
--color-1: #f6a8a2;
--color-2: #f2d378;
--color-3: #f0b37a;
--color-4: #e3a1c7;
--color-5: #b9e1e9;
}
Eleanor's Embrace background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6a8a2, #f2d378, #f0b37a, #e3a1c7, #b9e1e9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6a8a2, #f2d378, #f0b37a, #e3a1c7, #b9e1e9);
}
Similar color palettes
Eleanor's Embrace color palette created on .