Selective Yellow Sunshine Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Selective Yellow Sunshine palette

Condividi questa palette a:

tavolozza dei colori Selective Yellow Sunshine CSS

/* CSS */
.color-1 {
color: #ffbb00;
}
.color-2 {
color: #ffdd33;
}
.color-3 {
color: #ffeb66;
}
.color-4 {
color: #ffff99;
}
.color-5 {
color: #ffd900;
}

/* CSS Variables */
:root {
--color-1: #ffbb00;
--color-2: #ffdd33;
--color-3: #ffeb66;
--color-4: #ffff99;
--color-5: #ffd900;
}

CSS con gradiente di sfondo Selective Yellow Sunshine

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffbb00, #ffdd33, #ffeb66, #ffff99, #ffd900);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffbb00, #ffdd33, #ffeb66, #ffff99, #ffd900);
}

Selective Yellow Sunshine color palette created on .