Embers of Azure Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Embers of Azure palette

Condividi questa palette a:

tavolozza dei colori Embers of Azure CSS

/* CSS */
.color-1 {
color: #1d3f72;
}
.color-2 {
color: #5d80bb;
}
.color-3 {
color: #a1c1d4;
}
.color-4 {
color: #ff9900;
}
.color-5 {
color: #ff3c2e;
}

/* CSS Variables */
:root {
--color-1: #1d3f72;
--color-2: #5d80bb;
--color-3: #a1c1d4;
--color-4: #ff9900;
--color-5: #ff3c2e;
}

CSS con gradiente di sfondo Embers of Azure

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1d3f72, #5d80bb, #a1c1d4, #ff9900, #ff3c2e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1d3f72, #5d80bb, #a1c1d4, #ff9900, #ff3c2e);
}

Embers of Azure color palette created on .