Celestial Serenade Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Celestial Serenade palette

Condividi questa palette a:

tavolozza dei colori Celestial Serenade CSS

/* CSS */
.color-1 {
color: #1a0f4d;
}
.color-2 {
color: #6a4a8c;
}
.color-3 {
color: #b77b97;
}
.color-4 {
color: #f0a800;
}
.color-5 {
color: #f3d6aa;
}

/* CSS Variables */
:root {
--color-1: #1a0f4d;
--color-2: #6a4a8c;
--color-3: #b77b97;
--color-4: #f0a800;
--color-5: #f3d6aa;
}

CSS con gradiente di sfondo Celestial Serenade

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1a0f4d, #6a4a8c, #b77b97, #f0a800, #f3d6aa);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1a0f4d, #6a4a8c, #b77b97, #f0a800, #f3d6aa);
}

Celestial Serenade color palette created on .