Sweet Dreamland Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Sweet Dreamland palette

Share this palette to:

Sweet Dreamland color palette 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;
}

Sweet Dreamland background gradient CSS

/* 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 .