Azure Affection Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Azure Affection palette

Condividi questa palette a:

tavolozza dei colori Azure Affection CSS

/* CSS */
.color-1 {
color: #00aaff;
}
.color-2 {
color: #0099e6;
}
.color-3 {
color: #007acc;
}
.color-4 {
color: #0056b8;
}
.color-5 {
color: #004099;
}

/* CSS Variables */
:root {
--color-1: #00aaff;
--color-2: #0099e6;
--color-3: #007acc;
--color-4: #0056b8;
--color-5: #004099;
}

CSS con gradiente di sfondo Azure Affection

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00aaff, #0099e6, #007acc, #0056b8, #004099);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00aaff, #0099e6, #007acc, #0056b8, #004099);
}

Azure Affection color palette created on .