Azure Breeze Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Azure Breeze palette

Condividi questa palette a:

tavolozza dei colori Azure Breeze CSS

/* CSS */
.color-1 {
color: #1f8fff;
}
.color-2 {
color: #3db0e1;
}
.color-3 {
color: #68c8d9;
}
.color-4 {
color: #9ae0e0;
}
.color-5 {
color: #c0f7f7;
}

/* CSS Variables */
:root {
--color-1: #1f8fff;
--color-2: #3db0e1;
--color-3: #68c8d9;
--color-4: #9ae0e0;
--color-5: #c0f7f7;
}

CSS con gradiente di sfondo Azure Breeze

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f8fff, #3db0e1, #68c8d9, #9ae0e0, #c0f7f7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f8fff, #3db0e1, #68c8d9, #9ae0e0, #c0f7f7);
}

Azure Breeze color palette created on .