Celestial Embrace Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Celestial Embrace palette

Condividi questa palette a:

tavolozza dei colori Celestial Embrace CSS

/* CSS */
.color-1 {
color: #4e7b97;
}
.color-2 {
color: #80b7c2;
}
.color-3 {
color: #b5e8e1;
}
.color-4 {
color: #f8d79b;
}
.color-5 {
color: #f29b4a;
}

/* CSS Variables */
:root {
--color-1: #4e7b97;
--color-2: #80b7c2;
--color-3: #b5e8e1;
--color-4: #f8d79b;
--color-5: #f29b4a;
}

CSS con gradiente di sfondo Celestial Embrace

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4e7b97, #80b7c2, #b5e8e1, #f8d79b, #f29b4a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4e7b97, #80b7c2, #b5e8e1, #f8d79b, #f29b4a);
}

Celestial Embrace color palette created on .