Celestial Serenade Tavolozza dei colori
LuminositÃ
Saturazione
Calore
UI Examples
Explore beautiful UI components with Celestial Serenade palette
tavolozza dei colori Celestial Serenade CSS
/* CSS */
.color-1 {
color: #3a0e6c;
}
.color-2 {
color: #5c2c9b;
}
.color-3 {
color: #8a3cbe;
}
.color-4 {
color: #b04ddb;
}
.color-5 {
color: #e07aff;
}
/* CSS Variables */
:root {
--color-1: #3a0e6c;
--color-2: #5c2c9b;
--color-3: #8a3cbe;
--color-4: #b04ddb;
--color-5: #e07aff;
}
CSS con gradiente di sfondo Celestial Serenade
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3a0e6c, #5c2c9b, #8a3cbe, #b04ddb, #e07aff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3a0e6c, #5c2c9b, #8a3cbe, #b04ddb, #e07aff);
}
Tavolozze di colori simili
Celestial Serenade color palette created on .