Dandy Dreams Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Dandy Dreams palette
Dandy Dreams color palette CSS
/* CSS */
.color-1 {
color: #f1d4a2;
}
.color-2 {
color: #f4b79f;
}
.color-3 {
color: #f18eba;
}
.color-4 {
color: #f36d9c;
}
.color-5 {
color: #d54d8f;
}
/* CSS Variables */
:root {
--color-1: #f1d4a2;
--color-2: #f4b79f;
--color-3: #f18eba;
--color-4: #f36d9c;
--color-5: #d54d8f;
}
Dandy Dreams background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1d4a2, #f4b79f, #f18eba, #f36d9c, #d54d8f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1d4a2, #f4b79f, #f18eba, #f36d9c, #d54d8f);
}
Similar color palettes
Dandy Dreams color palette created on .