Blue Breeze Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Blue Breeze palette

Condividi questa palette a:

tavolozza dei colori Blue Breeze CSS

/* CSS */
.color-1 {
color: #1e507b;
}
.color-2 {
color: #298fc2;
}
.color-3 {
color: #4fb8e8;
}
.color-4 {
color: #83d8f1;
}
.color-5 {
color: #c3e3f4;
}

/* CSS Variables */
:root {
--color-1: #1e507b;
--color-2: #298fc2;
--color-3: #4fb8e8;
--color-4: #83d8f1;
--color-5: #c3e3f4;
}

CSS con gradiente di sfondo Blue Breeze

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e507b, #298fc2, #4fb8e8, #83d8f1, #c3e3f4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e507b, #298fc2, #4fb8e8, #83d8f1, #c3e3f4);
}

Blue Breeze color palette created on .