Whimsical Sunrise Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Whimsical Sunrise palette

Condividi questa palette a:

tavolozza dei colori Whimsical Sunrise CSS

/* CSS */
.color-1 {
color: #af98dd;
}
.color-2 {
color: #f2a1d3;
}
.color-3 {
color: #f6cfa7;
}
.color-4 {
color: #f9c36c;
}
.color-5 {
color: #f5ab00;
}

/* CSS Variables */
:root {
--color-1: #af98dd;
--color-2: #f2a1d3;
--color-3: #f6cfa7;
--color-4: #f9c36c;
--color-5: #f5ab00;
}

CSS con gradiente di sfondo Whimsical Sunrise

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #af98dd, #f2a1d3, #f6cfa7, #f9c36c, #f5ab00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #af98dd, #f2a1d3, #f6cfa7, #f9c36c, #f5ab00);
}

Whimsical Sunrise color palette created on .