Paleta de colores Minted Shadows
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Minted Shadows palette
CSS de la paleta de colores Minted Shadows
/* CSS */
.color-1 {
color: #b2e0d6;
}
.color-2 {
color: #5c5e61;
}
.color-3 {
color: #a9a9a7;
}
.color-4 {
color: #3d4042;
}
.color-5 {
color: #1f1f1f;
}
/* CSS Variables */
:root {
--color-1: #b2e0d6;
--color-2: #5c5e61;
--color-3: #a9a9a7;
--color-4: #3d4042;
--color-5: #1f1f1f;
}
CSS del degradado de fondo Minted Shadows
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b2e0d6, #5c5e61, #a9a9a7, #3d4042, #1f1f1f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b2e0d6, #5c5e61, #a9a9a7, #3d4042, #1f1f1f);
}
Paletas de colores similares
Minted Shadows color palette created on .