Blue Skies Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Blue Skies palette

Condividi questa palette a:

tavolozza dei colori Blue Skies CSS

/* CSS */
.color-1 {
color: #1e5bbe;
}
.color-2 {
color: #397fc0;
}
.color-3 {
color: #5ea5d4;
}
.color-4 {
color: #8dc8e8;
}
.color-5 {
color: #b2e3f0;
}

/* CSS Variables */
:root {
--color-1: #1e5bbe;
--color-2: #397fc0;
--color-3: #5ea5d4;
--color-4: #8dc8e8;
--color-5: #b2e3f0;
}

CSS con gradiente di sfondo Blue Skies

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e5bbe, #397fc0, #5ea5d4, #8dc8e8, #b2e3f0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e5bbe, #397fc0, #5ea5d4, #8dc8e8, #b2e3f0);
}

Blue Skies color palette created on .