Sunset Embrace Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Sunset Embrace palette
Sunset Embrace color palette CSS
/* CSS */
.color-1 {
color: #c82d42;
}
.color-2 {
color: #d5786c;
}
.color-3 {
color: #e6bab7;
}
.color-4 {
color: #f2d8d4;
}
.color-5 {
color: #f9e7e1;
}
/* CSS Variables */
:root {
--color-1: #c82d42;
--color-2: #d5786c;
--color-3: #e6bab7;
--color-4: #f2d8d4;
--color-5: #f9e7e1;
}
Sunset Embrace background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c82d42, #d5786c, #e6bab7, #f2d8d4, #f9e7e1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c82d42, #d5786c, #e6bab7, #f2d8d4, #f9e7e1);
}
Similar color palettes
Sunset Embrace color palette created on .