Paleta de colores Azure Serenity

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Azure Serenity palette

Compartir esta paleta en:

CSS de la paleta de colores Azure Serenity

/* CSS */
.color-1 {
color: #446cab;
}
.color-2 {
color: #5a8fba;
}
.color-3 {
color: #6da0c5;
}
.color-4 {
color: #88b8d7;
}
.color-5 {
color: #a3cce0;
}

/* CSS Variables */
:root {
--color-1: #446cab;
--color-2: #5a8fba;
--color-3: #6da0c5;
--color-4: #88b8d7;
--color-5: #a3cce0;
}

CSS del degradado de fondo Azure Serenity

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #446cab, #5a8fba, #6da0c5, #88b8d7, #a3cce0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #446cab, #5a8fba, #6da0c5, #88b8d7, #a3cce0);
}

Azure Serenity color palette created on .