Paleta de colores Snowy Mint
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Snowy Mint palette
Imagen PNG de la paleta de colores Snowy Mint
CSS de la paleta de colores Snowy Mint
/* CSS */
.color-1 {
color: #d6ffdb;
}
.color-2 {
color: #a8e1d6;
}
.color-3 {
color: #6cc6c1;
}
.color-4 {
color: #3bb0a2;
}
.color-5 {
color: #007a78;
}
/* CSS Variables */
:root {
--color-1: #d6ffdb;
--color-2: #a8e1d6;
--color-3: #6cc6c1;
--color-4: #3bb0a2;
--color-5: #007a78;
}
CSS del degradado de fondo Snowy Mint
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d6ffdb, #a8e1d6, #6cc6c1, #3bb0a2, #007a78);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d6ffdb, #a8e1d6, #6cc6c1, #3bb0a2, #007a78);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 20+ paletas de colores Menta
Snowy Mint color palette created on .