Sunset Blue Tavolozza dei colori

Luminositร 

Saturazione

Calore

UI Examples

Explore beautiful UI components with Sunset Blue palette

Condividi questa palette a:

tavolozza dei colori Sunset Blue CSS

/* CSS */
.color-1 {
color: #3b7e9b;
}
.color-2 {
color: #a7d8e2;
}
.color-3 {
color: #f1b3a2;
}
.color-4 {
color: #f7c67e;
}
.color-5 {
color: #fb5c3c;
}

/* CSS Variables */
:root {
--color-1: #3b7e9b;
--color-2: #a7d8e2;
--color-3: #f1b3a2;
--color-4: #f7c67e;
--color-5: #fb5c3c;
}

CSS con gradiente di sfondo Sunset Blue

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3b7e9b, #a7d8e2, #f1b3a2, #f7c67e, #fb5c3c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3b7e9b, #a7d8e2, #f1b3a2, #f7c67e, #fb5c3c);
}

Sunset Blue color palette created on .