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: #3b8fab;
}
.color-2 {
color: #f5c2c2;
}
.color-3 {
color: #f9e19f;
}
.color-4 {
color: #e5b09a;
}
.color-5 {
color: #d0626b;
}

/* CSS Variables */
:root {
--color-1: #3b8fab;
--color-2: #f5c2c2;
--color-3: #f9e19f;
--color-4: #e5b09a;
--color-5: #d0626b;
}

CSS con gradiente di sfondo Blue Sunset

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3b8fab, #f5c2c2, #f9e19f, #e5b09a, #d0626b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3b8fab, #f5c2c2, #f9e19f, #e5b09a, #d0626b);
}

Blue Sunset color palette created on .