Paleta de colores Minted Serenity
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Minted Serenity palette
CSS de la paleta de colores Minted Serenity
/* CSS */
.color-1 {
color: #5dda7c;
}
.color-2 {
color: #a3e6b4;
}
.color-3 {
color: #cff7d7;
}
.color-4 {
color: #f5f6df;
}
.color-5 {
color: #f9cda4;
}
/* CSS Variables */
:root {
--color-1: #5dda7c;
--color-2: #a3e6b4;
--color-3: #cff7d7;
--color-4: #f5f6df;
--color-5: #f9cda4;
}
CSS del degradado de fondo Minted Serenity
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5dda7c, #a3e6b4, #cff7d7, #f5f6df, #f9cda4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5dda7c, #a3e6b4, #cff7d7, #f5f6df, #f9cda4);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 100+ paletas de colores Estético
Minted Serenity color palette created on .