Paleta de colores Azure Serenade

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Azure Serenade palette

Compartir esta paleta en:

CSS de la paleta de colores Azure Serenade

/* CSS */
.color-1 {
color: #1d87d7;
}
.color-2 {
color: #4cb4f0;
}
.color-3 {
color: #87d4f7;
}
.color-4 {
color: #a7e2f6;
}
.color-5 {
color: #d3f9fd;
}

/* CSS Variables */
:root {
--color-1: #1d87d7;
--color-2: #4cb4f0;
--color-3: #87d4f7;
--color-4: #a7e2f6;
--color-5: #d3f9fd;
}

CSS del degradado de fondo Azure Serenade

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1d87d7, #4cb4f0, #87d4f7, #a7e2f6, #d3f9fd);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1d87d7, #4cb4f0, #87d4f7, #a7e2f6, #d3f9fd);
}

Azure Serenade color palette created on .