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: #3399cc;
}
.color-2 {
color: #67b1e0;
}
.color-3 {
color: #97caed;
}
.color-4 {
color: #ffcc66;
}
.color-5 {
color: #ff9966;
}

/* CSS Variables */
:root {
--color-1: #3399cc;
--color-2: #67b1e0;
--color-3: #97caed;
--color-4: #ffcc66;
--color-5: #ff9966;
}

CSS con gradiente di sfondo Blue Breeze

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3399cc, #67b1e0, #97caed, #ffcc66, #ff9966);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3399cc, #67b1e0, #97caed, #ffcc66, #ff9966);
}

Blue Breeze color palette created on .