Sunshine Shield Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Sunshine Shield palette

Condividi questa palette a:

tavolozza dei colori Sunshine Shield CSS

/* CSS */
.color-1 {
color: #ffcc00;
}
.color-2 {
color: #ff5833;
}
.color-3 {
color: #ffd900;
}
.color-4 {
color: #ffc2cc;
}
.color-5 {
color: #ff6e61;
}

/* CSS Variables */
:root {
--color-1: #ffcc00;
--color-2: #ff5833;
--color-3: #ffd900;
--color-4: #ffc2cc;
--color-5: #ff6e61;
}

CSS con gradiente di sfondo Sunshine Shield

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffcc00, #ff5833, #ffd900, #ffc2cc, #ff6e61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffcc00, #ff5833, #ffd900, #ffc2cc, #ff6e61);
}

Sunshine Shield color palette created on .