Suncut Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Suncut palette

Condividi questa palette a:

Immagine PNG della tavolozza dei colori Suncut

Download suncut color palette PNG image (landscape)
Download suncut color palette PNG image (square)

tavolozza dei colori Suncut CSS

/* CSS */
.color-1 {
color: #ffe09e;
}
.color-2 {
color: #ffd199;
}
.color-3 {
color: #ffc294;
}
.color-4 {
color: #ffad8f;
}
.color-5 {
color: #ff9b85;
}

/* CSS Variables */
:root {
--color-1: #ffe09e;
--color-2: #ffd199;
--color-3: #ffc294;
--color-4: #ffad8f;
--color-5: #ff9b85;
}

CSS con gradiente di sfondo Suncut

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffe09e, #ffd199, #ffc294, #ffad8f, #ff9b85);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffe09e, #ffd199, #ffc294, #ffad8f, #ff9b85);
}

Suncut color palette created on .