Celestial Radiance Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Celestial Radiance palette

Condividi questa palette a:

tavolozza dei colori Celestial Radiance CSS

/* CSS */
.color-1 {
color: #f9d13e;
}
.color-2 {
color: #ff7142;
}
.color-3 {
color: #ff4d82;
}
.color-4 {
color: #3f2a92;
}
.color-5 {
color: #5c90eb;
}

/* CSS Variables */
:root {
--color-1: #f9d13e;
--color-2: #ff7142;
--color-3: #ff4d82;
--color-4: #3f2a92;
--color-5: #5c90eb;
}

CSS con gradiente di sfondo Celestial Radiance

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9d13e, #ff7142, #ff4d82, #3f2a92, #5c90eb);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9d13e, #ff7142, #ff4d82, #3f2a92, #5c90eb);
}

Celestial Radiance color palette created on .