Sunny Citrus Splash Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Sunny Citrus Splash palette

Condividi questa palette a:

tavolozza dei colori Sunny Citrus Splash CSS

/* CSS */
.color-1 {
color: #fef6a9;
}
.color-2 {
color: #ffcd57;
}
.color-3 {
color: #ff8b3d;
}
.color-4 {
color: #ff5d38;
}
.color-5 {
color: #ff3d40;
}

/* CSS Variables */
:root {
--color-1: #fef6a9;
--color-2: #ffcd57;
--color-3: #ff8b3d;
--color-4: #ff5d38;
--color-5: #ff3d40;
}

CSS con gradiente di sfondo Sunny Citrus Splash

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fef6a9, #ffcd57, #ff8b3d, #ff5d38, #ff3d40);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fef6a9, #ffcd57, #ff8b3d, #ff5d38, #ff3d40);
}

Sunny Citrus Splash color palette created on .