Azure Whispers Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Azure Whispers palette

Condividi questa palette a:

tavolozza dei colori Azure Whispers CSS

/* CSS */
.color-1 {
color: #2a52b7;
}
.color-2 {
color: #4b8db4;
}
.color-3 {
color: #6dc5d5;
}
.color-4 {
color: #a2e6d3;
}
.color-5 {
color: #f2d7b0;
}

/* CSS Variables */
:root {
--color-1: #2a52b7;
--color-2: #4b8db4;
--color-3: #6dc5d5;
--color-4: #a2e6d3;
--color-5: #f2d7b0;
}

CSS con gradiente di sfondo Azure Whispers

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2a52b7, #4b8db4, #6dc5d5, #a2e6d3, #f2d7b0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2a52b7, #4b8db4, #6dc5d5, #a2e6d3, #f2d7b0);
}

Azure Whispers color palette created on .