Minty Sunrise Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Minty Sunrise palette

Condividi questa palette a:

Immagine PNG della tavolozza dei colori Minty Sunrise

Download minty sunrise color palette PNG image (landscape)
Download minty sunrise color palette PNG image (square)

tavolozza dei colori Minty Sunrise CSS

/* CSS */
.color-1 {
color: #a6c4b0;
}
.color-2 {
color: #b3d5c0;
}
.color-3 {
color: #e2f4e1;
}
.color-4 {
color: #f9e6b9;
}
.color-5 {
color: #f7b5a1;
}

/* CSS Variables */
:root {
--color-1: #a6c4b0;
--color-2: #b3d5c0;
--color-3: #e2f4e1;
--color-4: #f9e6b9;
--color-5: #f7b5a1;
}

CSS con gradiente di sfondo Minty Sunrise

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a6c4b0, #b3d5c0, #e2f4e1, #f9e6b9, #f7b5a1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a6c4b0, #b3d5c0, #e2f4e1, #f9e6b9, #f7b5a1);
}

Minty Sunrise color palette created on .