Sunny Adventures Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Sunny Adventures palette

Condividi questa palette a:

tavolozza dei colori Sunny Adventures CSS

/* CSS */
.color-1 {
color: #ffcc00;
}
.color-2 {
color: #ff7142;
}
.color-3 {
color: #ff3d61;
}
.color-4 {
color: #ff5c8a;
}
.color-5 {
color: #ff9d00;
}

/* CSS Variables */
:root {
--color-1: #ffcc00;
--color-2: #ff7142;
--color-3: #ff3d61;
--color-4: #ff5c8a;
--color-5: #ff9d00;
}

CSS con gradiente di sfondo Sunny Adventures

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffcc00, #ff7142, #ff3d61, #ff5c8a, #ff9d00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffcc00, #ff7142, #ff3d61, #ff5c8a, #ff9d00);
}

Sunny Adventures color palette created on .