Celestial Serenity Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Celestial Serenity palette

Condividi questa palette a:

tavolozza dei colori Celestial Serenity CSS

/* CSS */
.color-1 {
color: #f0e0e2;
}
.color-2 {
color: #b7c3d7;
}
.color-3 {
color: #6c91b2;
}
.color-4 {
color: #4c5e90;
}
.color-5 {
color: #2d3f5c;
}

/* CSS Variables */
:root {
--color-1: #f0e0e2;
--color-2: #b7c3d7;
--color-3: #6c91b2;
--color-4: #4c5e90;
--color-5: #2d3f5c;
}

CSS con gradiente di sfondo Celestial Serenity

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0e0e2, #b7c3d7, #6c91b2, #4c5e90, #2d3f5c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0e0e2, #b7c3d7, #6c91b2, #4c5e90, #2d3f5c);
}

Celestial Serenity color palette created on .