Pastel Sundae Dreams Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Pastel Sundae Dreams palette

Share this palette to:

Pastel Sundae Dreams color palette CSS

/* CSS */
.color-1 {
color: #ffb3b3;
}
.color-2 {
color: #ffd3a3;
}
.color-3 {
color: #fff6a3;
}
.color-4 {
color: #b3ffb3;
}
.color-5 {
color: #a3d7ff;
}

/* CSS Variables */
:root {
--color-1: #ffb3b3;
--color-2: #ffd3a3;
--color-3: #fff6a3;
--color-4: #b3ffb3;
--color-5: #a3d7ff;
}

Pastel Sundae Dreams background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffb3b3, #ffd3a3, #fff6a3, #b3ffb3, #a3d7ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffb3b3, #ffd3a3, #fff6a3, #b3ffb3, #a3d7ff);
}

Pastel Sundae Dreams color palette created on .