Paleta de colores Azure Serenity
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Azure Serenity palette
CSS de la paleta de colores Azure Serenity
/* CSS */
.color-1 {
color: #1f8fff;
}
.color-2 {
color: #3bb2f1;
}
.color-3 {
color: #65c6e7;
}
.color-4 {
color: #a3e4f5;
}
.color-5 {
color: #d6faff;
}
/* CSS Variables */
:root {
--color-1: #1f8fff;
--color-2: #3bb2f1;
--color-3: #65c6e7;
--color-4: #a3e4f5;
--color-5: #d6faff;
}
CSS del degradado de fondo Azure Serenity
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f8fff, #3bb2f1, #65c6e7, #a3e4f5, #d6faff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f8fff, #3bb2f1, #65c6e7, #a3e4f5, #d6faff);
}
Paletas de colores similares
Azure Serenity color palette created on .