Celestial Legends Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Celestial Legends palette

Condividi questa palette a:

tavolozza dei colori Celestial Legends CSS

/* CSS */
.color-1 {
color: #c92c3c;
}
.color-2 {
color: #f0a800;
}
.color-3 {
color: #f0d000;
}
.color-4 {
color: #5b81e1;
}
.color-5 {
color: #3a4e78;
}

/* CSS Variables */
:root {
--color-1: #c92c3c;
--color-2: #f0a800;
--color-3: #f0d000;
--color-4: #5b81e1;
--color-5: #3a4e78;
}

CSS con gradiente di sfondo Celestial Legends

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c92c3c, #f0a800, #f0d000, #5b81e1, #3a4e78);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c92c3c, #f0a800, #f0d000, #5b81e1, #3a4e78);
}

Celestial Legends color palette created on .