Sweet Dreamland Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Sweet Dreamland palette

Condividi questa palette a:

tavolozza dei colori Sweet Dreamland CSS

/* CSS */
.color-1 {
color: #ffb3d9;
}
.color-2 {
color: #ff6e61;
}
.color-3 {
color: #ffd900;
}
.color-4 {
color: #a2d7d6;
}
.color-5 {
color: #ffc2cc;
}

/* CSS Variables */
:root {
--color-1: #ffb3d9;
--color-2: #ff6e61;
--color-3: #ffd900;
--color-4: #a2d7d6;
--color-5: #ffc2cc;
}

CSS con gradiente di sfondo Sweet Dreamland

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffb3d9, #ff6e61, #ffd900, #a2d7d6, #ffc2cc);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffb3d9, #ff6e61, #ffd900, #a2d7d6, #ffc2cc);
}

Sweet Dreamland color palette created on .