Seyna's Radiance Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Seyna's Radiance palette

Condividi questa palette a:

tavolozza dei colori Seyna's Radiance CSS

/* CSS */
.color-1 {
color: #ff9900;
}
.color-2 {
color: #ffcc00;
}
.color-3 {
color: #ffec3d;
}
.color-4 {
color: #a8d600;
}
.color-5 {
color: #00bdd6;
}

/* CSS Variables */
:root {
--color-1: #ff9900;
--color-2: #ffcc00;
--color-3: #ffec3d;
--color-4: #a8d600;
--color-5: #00bdd6;
}

CSS con gradiente di sfondo Seyna's Radiance

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff9900, #ffcc00, #ffec3d, #a8d600, #00bdd6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff9900, #ffcc00, #ffec3d, #a8d600, #00bdd6);
}

Seyna's Radiance color palette created on .