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: #f9a64e;
}
.color-2 {
color: #f8c572;
}
.color-3 {
color: #f6e8b1;
}
.color-4 {
color: #f7a1b1;
}
.color-5 {
color: #ff6e61;
}
/* CSS Variables */
:root {
--color-1: #f9a64e;
--color-2: #f8c572;
--color-3: #f6e8b1;
--color-4: #f7a1b1;
--color-5: #ff6e61;
}
Sunset Embrace background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9a64e, #f8c572, #f6e8b1, #f7a1b1, #ff6e61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9a64e, #f8c572, #f6e8b1, #f7a1b1, #ff6e61);
}
Similar color palettes
Sunset Embrace color palette created on .