Celestial Dreams Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Celestial Dreams palette

Condividi questa palette a:

tavolozza dei colori Celestial Dreams CSS

/* CSS */
.color-1 {
color: #4f7d92;
}
.color-2 {
color: #6fbeb9;
}
.color-3 {
color: #a7e2db;
}
.color-4 {
color: #f0e1a3;
}
.color-5 {
color: #f6b1c4;
}

/* CSS Variables */
:root {
--color-1: #4f7d92;
--color-2: #6fbeb9;
--color-3: #a7e2db;
--color-4: #f0e1a3;
--color-5: #f6b1c4;
}

CSS con gradiente di sfondo Celestial Dreams

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4f7d92, #6fbeb9, #a7e2db, #f0e1a3, #f6b1c4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4f7d92, #6fbeb9, #a7e2db, #f0e1a3, #f6b1c4);
}

Celestial Dreams color palette created on .