Jessie's Whimsical Garden Tavolozza dei colori

Luminositร 

Saturazione

Calore

UI Examples

Explore beautiful UI components with Jessie's Whimsical Garden palette

Condividi questa palette a:

tavolozza dei colori Jessie's Whimsical Garden CSS

/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #6c5b80;
}
.color-3 {
color: #87af4b;
}
.color-4 {
color: #f6b531;
}
.color-5 {
color: #e84a5f;
}

/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #6c5b80;
--color-3: #87af4b;
--color-4: #f6b531;
--color-5: #e84a5f;
}

CSS con gradiente di sfondo Jessie's Whimsical Garden

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #6c5b80, #87af4b, #f6b531, #e84a5f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #6c5b80, #87af4b, #f6b531, #e84a5f);
}

Jessie's Whimsical Garden color palette created on .