Sunny Skip Through the Garden Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Sunny Skip Through the Garden palette

Condividi questa palette a:

tavolozza dei colori Sunny Skip Through the Garden CSS

/* CSS */
.color-1 {
color: #f5c73d;
}
.color-2 {
color: #f18a46;
}
.color-3 {
color: #f24f40;
}
.color-4 {
color: #d24b9f;
}
.color-5 {
color: #8a5ace;
}

/* CSS Variables */
:root {
--color-1: #f5c73d;
--color-2: #f18a46;
--color-3: #f24f40;
--color-4: #d24b9f;
--color-5: #8a5ace;
}

CSS con gradiente di sfondo Sunny Skip Through the Garden

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5c73d, #f18a46, #f24f40, #d24b9f, #8a5ace);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5c73d, #f18a46, #f24f40, #d24b9f, #8a5ace);
}

Sunny Skip Through the Garden color palette created on .