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: #ffcc00;
}
.color-2 {
color: #ffb84d;
}
.color-3 {
color: #ff9933;
}
.color-4 {
color: #ff6666;
}
.color-5 {
color: #ff4d94;
}
/* CSS Variables */
:root {
--color-1: #ffcc00;
--color-2: #ffb84d;
--color-3: #ff9933;
--color-4: #ff6666;
--color-5: #ff4d94;
}
Sunset Embrace background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffcc00, #ffb84d, #ff9933, #ff6666, #ff4d94);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffcc00, #ffb84d, #ff9933, #ff6666, #ff4d94);
}
Similar color palettes
Scroll down to explore 400+ Yellow color palettes
Sunset Embrace color palette created on .