Gathering Glow Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Gathering Glow palette

Condividi questa palette a:

tavolozza dei colori Gathering Glow CSS

/* CSS */
.color-1 {
color: #f7d9a1;
}
.color-2 {
color: #f1a8a2;
}
.color-3 {
color: #e68e8e;
}
.color-4 {
color: #d76a6a;
}
.color-5 {
color: #c65d6d;
}

/* CSS Variables */
:root {
--color-1: #f7d9a1;
--color-2: #f1a8a2;
--color-3: #e68e8e;
--color-4: #d76a6a;
--color-5: #c65d6d;
}

CSS con gradiente di sfondo Gathering Glow

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7d9a1, #f1a8a2, #e68e8e, #d76a6a, #c65d6d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7d9a1, #f1a8a2, #e68e8e, #d76a6a, #c65d6d);
}

Gathering Glow color palette created on .