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: #c2d4e0;
}
.color-2 {
color: #a3c7e0;
}
.color-3 {
color: #77b5e4;
}
.color-4 {
color: #3d94d1;
}
.color-5 {
color: #1e70ae;
}

/* CSS Variables */
:root {
--color-1: #c2d4e0;
--color-2: #a3c7e0;
--color-3: #77b5e4;
--color-4: #3d94d1;
--color-5: #1e70ae;
}

CSS del degradado de fondo Azure Serenity

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c2d4e0, #a3c7e0, #77b5e4, #3d94d1, #1e70ae);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c2d4e0, #a3c7e0, #77b5e4, #3d94d1, #1e70ae);
}

Azure Serenity color palette created on .