Azure Sunrise Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Azure Sunrise palette

Condividi questa palette a:

tavolozza dei colori Azure Sunrise CSS

/* CSS */
.color-1 {
color: #3b99d8;
}
.color-2 {
color: #5abfe7;
}
.color-3 {
color: #a3e1f0;
}
.color-4 {
color: #f0a400;
}
.color-5 {
color: #f55f24;
}

/* CSS Variables */
:root {
--color-1: #3b99d8;
--color-2: #5abfe7;
--color-3: #a3e1f0;
--color-4: #f0a400;
--color-5: #f55f24;
}

CSS con gradiente di sfondo Azure Sunrise

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3b99d8, #5abfe7, #a3e1f0, #f0a400, #f55f24);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3b99d8, #5abfe7, #a3e1f0, #f0a400, #f55f24);
}

Azure Sunrise color palette created on .