Whimsical Sunrise Tones Tavolozza dei colori

Luminositร 

Saturazione

Calore

UI Examples

Explore beautiful UI components with Whimsical Sunrise Tones palette

Condividi questa palette a:

tavolozza dei colori Whimsical Sunrise Tones CSS

/* CSS */
.color-1 {
color: #fbd865;
}
.color-2 {
color: #fab2d0;
}
.color-3 {
color: #60b5fb;
}
.color-4 {
color: #a28157;
}
.color-5 {
color: #3d6385;
}

/* CSS Variables */
:root {
--color-1: #fbd865;
--color-2: #fab2d0;
--color-3: #60b5fb;
--color-4: #a28157;
--color-5: #3d6385;
}

CSS con gradiente di sfondo Whimsical Sunrise Tones

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fbd865, #fab2d0, #60b5fb, #a28157, #3d6385);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fbd865, #fab2d0, #60b5fb, #a28157, #3d6385);
}

Whimsical Sunrise Tones color palette created on .