Sunset Blue Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Sunset Blue palette
Sunset Blue color palette CSS
/* CSS */
.color-1 {
color: #ff8052;
}
.color-2 {
color: #ffb84d;
}
.color-3 {
color: #ffd900;
}
.color-4 {
color: #6ec5d8;
}
.color-5 {
color: #4b91e2;
}
/* CSS Variables */
:root {
--color-1: #ff8052;
--color-2: #ffb84d;
--color-3: #ffd900;
--color-4: #6ec5d8;
--color-5: #4b91e2;
}
Sunset Blue background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff8052, #ffb84d, #ffd900, #6ec5d8, #4b91e2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff8052, #ffb84d, #ffd900, #6ec5d8, #4b91e2);
}
Similar color palettes
Sunset Blue color palette created on .