Sunny Playtime Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Sunny Playtime palette

Condividi questa palette a:

tavolozza dei colori Sunny Playtime CSS

/* CSS */
.color-1 {
color: #ffcc00;
}
.color-2 {
color: #ff6e00;
}
.color-3 {
color: #ff3c00;
}
.color-4 {
color: #ff1f75;
}
.color-5 {
color: #ff8052;
}

/* CSS Variables */
:root {
--color-1: #ffcc00;
--color-2: #ff6e00;
--color-3: #ff3c00;
--color-4: #ff1f75;
--color-5: #ff8052;
}

CSS con gradiente di sfondo Sunny Playtime

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffcc00, #ff6e00, #ff3c00, #ff1f75, #ff8052);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffcc00, #ff6e00, #ff3c00, #ff1f75, #ff8052);
}

Sunny Playtime color palette created on .