Ginger Mint Dreamscape Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Ginger Mint Dreamscape palette

Condividi questa palette a:

tavolozza dei colori Ginger Mint Dreamscape CSS

/* 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 con gradiente di sfondo 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);
}

Ginger Mint Dreamscape color palette created on .