Blue Sunset Tavolozza dei colori
LuminositÃ
Saturazione
Calore
UI Examples
Explore beautiful UI components with Blue Sunset palette
tavolozza dei colori Blue Sunset CSS
/* CSS */
.color-1 {
color: #4b91e2;
}
.color-2 {
color: #50b4a2;
}
.color-3 {
color: #f4cf3e;
}
.color-4 {
color: #f39c12;
}
.color-5 {
color: #e74d3c;
}
/* CSS Variables */
:root {
--color-1: #4b91e2;
--color-2: #50b4a2;
--color-3: #f4cf3e;
--color-4: #f39c12;
--color-5: #e74d3c;
}
CSS con gradiente di sfondo Blue Sunset
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b91e2, #50b4a2, #f4cf3e, #f39c12, #e74d3c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b91e2, #50b4a2, #f4cf3e, #f39c12, #e74d3c);
}
Tavolozze di colori simili
Blue Sunset color palette created on .