Sunlit Orchard Dreams Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Sunlit Orchard Dreams palette

Condividi questa palette a:

tavolozza dei colori Sunlit Orchard Dreams CSS

/* CSS */
.color-1 {
color: #ffe32e;
}
.color-2 {
color: #ffda24;
}
.color-3 {
color: #ffd52e;
}
.color-4 {
color: #a8b270;
}
.color-5 {
color: #fa66bc;
}

/* CSS Variables */
:root {
--color-1: #ffe32e;
--color-2: #ffda24;
--color-3: #ffd52e;
--color-4: #a8b270;
--color-5: #fa66bc;
}

CSS con gradiente di sfondo Sunlit Orchard Dreams

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffe32e, #ffda24, #ffd52e, #a8b270, #fa66bc);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffe32e, #ffda24, #ffd52e, #a8b270, #fa66bc);
}

Sunlit Orchard Dreams color palette created on .