Celestial Mirage Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Celestial Mirage palette

Condividi questa palette a:

tavolozza dei colori Celestial Mirage CSS

/* CSS */
.color-1 {
color: #1f1b79;
}
.color-2 {
color: #4b2a83;
}
.color-3 {
color: #9e3d8e;
}
.color-4 {
color: #ff5d38;
}
.color-5 {
color: #ffb829;
}

/* CSS Variables */
:root {
--color-1: #1f1b79;
--color-2: #4b2a83;
--color-3: #9e3d8e;
--color-4: #ff5d38;
--color-5: #ffb829;
}

CSS con gradiente di sfondo Celestial Mirage

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f1b79, #4b2a83, #9e3d8e, #ff5d38, #ffb829);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f1b79, #4b2a83, #9e3d8e, #ff5d38, #ffb829);
}

Celestial Mirage color palette created on .