Verse of Vivid Dreams Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Verse of Vivid Dreams palette

Condividi questa palette a:

tavolozza dei colori Verse of Vivid Dreams CSS

/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #ff9a47;
}
.color-3 {
color: #ffce6b;
}
.color-4 {
color: #a4dab6;
}
.color-5 {
color: #4bbeb6;
}

/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #ff9a47;
--color-3: #ffce6b;
--color-4: #a4dab6;
--color-5: #4bbeb6;
}

CSS con gradiente di sfondo Verse of Vivid Dreams

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #ff9a47, #ffce6b, #a4dab6, #4bbeb6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #ff9a47, #ffce6b, #a4dab6, #4bbeb6);
}

Verse of Vivid Dreams color palette created on .