Celestial Dreamscape Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Celestial Dreamscape palette

Condividi questa palette a:

tavolozza dei colori Celestial Dreamscape CSS

/* CSS */
.color-1 {
color: #f0e0f0;
}
.color-2 {
color: #a6c6ed;
}
.color-3 {
color: #5a8bba;
}
.color-4 {
color: #1d4e72;
}
.color-5 {
color: #3f2a92;
}

/* CSS Variables */
:root {
--color-1: #f0e0f0;
--color-2: #a6c6ed;
--color-3: #5a8bba;
--color-4: #1d4e72;
--color-5: #3f2a92;
}

CSS con gradiente di sfondo Celestial Dreamscape

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0e0f0, #a6c6ed, #5a8bba, #1d4e72, #3f2a92);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0e0f0, #a6c6ed, #5a8bba, #1d4e72, #3f2a92);
}

Celestial Dreamscape color palette created on .