Sunshine Blue Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Sunshine Blue palette

Condividi questa palette a:

tavolozza dei colori Sunshine Blue CSS

/* CSS */
.color-1 {
color: #ffd900;
}
.color-2 {
color: #4cc5e1;
}
.color-3 {
color: #f6e9bb;
}
.color-4 {
color: #ff6e61;
}
.color-5 {
color: #ff9d00;
}

/* CSS Variables */
:root {
--color-1: #ffd900;
--color-2: #4cc5e1;
--color-3: #f6e9bb;
--color-4: #ff6e61;
--color-5: #ff9d00;
}

CSS con gradiente di sfondo Sunshine Blue

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffd900, #4cc5e1, #f6e9bb, #ff6e61, #ff9d00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffd900, #4cc5e1, #f6e9bb, #ff6e61, #ff9d00);
}

Sunshine Blue color palette created on .