Paleta de colores Ginger Mint Dreamscape
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Ginger Mint Dreamscape palette
CSS de la paleta de colores Ginger Mint Dreamscape
/* CSS */
.color-1 {
color: #a8e6cf;
}
.color-2 {
color: #ffadad;
}
.color-3 {
color: #ffe4d6;
}
.color-4 {
color: #ffd1b3;
}
.color-5 {
color: #6e8081;
}
/* CSS Variables */
:root {
--color-1: #a8e6cf;
--color-2: #ffadad;
--color-3: #ffe4d6;
--color-4: #ffd1b3;
--color-5: #6e8081;
}
CSS del degradado de fondo Ginger Mint Dreamscape
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a8e6cf, #ffadad, #ffe4d6, #ffd1b3, #6e8081);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a8e6cf, #ffadad, #ffe4d6, #ffd1b3, #6e8081);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 10 paletas de colores Menta
Ginger Mint Dreamscape color palette created on .