Katie's Garden Glow Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Katie's Garden Glow palette

Condividi questa palette a:

tavolozza dei colori Katie's Garden Glow CSS

/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #6fbe91;
}
.color-3 {
color: #f7b5a1;
}
.color-4 {
color: #f9c54e;
}
.color-5 {
color: #4c4b6c;
}

/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #6fbe91;
--color-3: #f7b5a1;
--color-4: #f9c54e;
--color-5: #4c4b6c;
}

CSS con gradiente di sfondo Katie's Garden Glow

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #6fbe91, #f7b5a1, #f9c54e, #4c4b6c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #6fbe91, #f7b5a1, #f9c54e, #4c4b6c);
}

Katie's Garden Glow color palette created on .