Azure Majesty Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Azure Majesty palette

Condividi questa palette a:

tavolozza dei colori Azure Majesty CSS

/* CSS */
.color-1 {
color: #4b91e2;
}
.color-2 {
color: #5cb4eb;
}
.color-3 {
color: #7dd5f2;
}
.color-4 {
color: #f2b55a;
}
.color-5 {
color: #f28e1c;
}

/* CSS Variables */
:root {
--color-1: #4b91e2;
--color-2: #5cb4eb;
--color-3: #7dd5f2;
--color-4: #f2b55a;
--color-5: #f28e1c;
}

CSS con gradiente di sfondo Azure Majesty

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b91e2, #5cb4eb, #7dd5f2, #f2b55a, #f28e1c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b91e2, #5cb4eb, #7dd5f2, #f2b55a, #f28e1c);
}

Azure Majesty color palette created on .