Blue Sunset Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Blue Sunset palette

Condividi questa palette a:

tavolozza dei colori Blue Sunset CSS

/* CSS */
.color-1 {
color: #90d3f4;
}
.color-2 {
color: #3bb4c4;
}
.color-3 {
color: #ff6e61;
}
.color-4 {
color: #fab700;
}
.color-5 {
color: #f1798d;
}

/* CSS Variables */
:root {
--color-1: #90d3f4;
--color-2: #3bb4c4;
--color-3: #ff6e61;
--color-4: #fab700;
--color-5: #f1798d;
}

CSS con gradiente di sfondo Blue Sunset

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #90d3f4, #3bb4c4, #ff6e61, #fab700, #f1798d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #90d3f4, #3bb4c4, #ff6e61, #fab700, #f1798d);
}

Blue Sunset color palette created on .