Ethan's Embrace Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Ethan's Embrace palette
Ethan's Embrace color palette CSS
/* CSS */
.color-1 {
color: #69bf9b;
}
.color-2 {
color: #f1e2b6;
}
.color-3 {
color: #f7c6a6;
}
.color-4 {
color: #f78e6e;
}
.color-5 {
color: #d95a3a;
}
/* CSS Variables */
:root {
--color-1: #69bf9b;
--color-2: #f1e2b6;
--color-3: #f7c6a6;
--color-4: #f78e6e;
--color-5: #d95a3a;
}
Ethan's Embrace background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #69bf9b, #f1e2b6, #f7c6a6, #f78e6e, #d95a3a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #69bf9b, #f1e2b6, #f7c6a6, #f78e6e, #d95a3a);
}
Similar color palettes
Ethan's Embrace color palette created on .