Creamy Sunshine Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Creamy Sunshine palette

Condividi questa palette a:

tavolozza dei colori Creamy Sunshine CSS

/* CSS */
.color-1 {
color: #f5c75c;
}
.color-2 {
color: #f9d88b;
}
.color-3 {
color: #fde2b4;
}
.color-4 {
color: #f2ac6e;
}
.color-5 {
color: #ddaf3c;
}

/* CSS Variables */
:root {
--color-1: #f5c75c;
--color-2: #f9d88b;
--color-3: #fde2b4;
--color-4: #f2ac6e;
--color-5: #ddaf3c;
}

CSS con gradiente di sfondo Creamy Sunshine

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5c75c, #f9d88b, #fde2b4, #f2ac6e, #ddaf3c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5c75c, #f9d88b, #fde2b4, #f2ac6e, #ddaf3c);
}

Creamy Sunshine color palette created on .