Paleta de colores Cedar & Winter Mint
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Cedar & Winter Mint palette
Imagen PNG de la paleta de colores Cedar & Winter Mint
CSS de la paleta de colores Cedar & Winter Mint
/* CSS */
.color-1 {
color: #2e4a4d;
}
.color-2 {
color: #4f8c8b;
}
.color-3 {
color: #7dbfbe;
}
.color-4 {
color: #b3e6da;
}
.color-5 {
color: #f1f9f4;
}
/* CSS Variables */
:root {
--color-1: #2e4a4d;
--color-2: #4f8c8b;
--color-3: #7dbfbe;
--color-4: #b3e6da;
--color-5: #f1f9f4;
}
CSS del degradado de fondo Cedar & Winter Mint
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2e4a4d, #4f8c8b, #7dbfbe, #b3e6da, #f1f9f4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2e4a4d, #4f8c8b, #7dbfbe, #b3e6da, #f1f9f4);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 1000+ paletas de colores colors.cedar
Cedar & Winter Mint color palette created on .