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