Lemonade Dreamscape Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Lemonade Dreamscape palette
Lemonade Dreamscape color palette CSS
/* CSS */
.color-1 {
color: #eab8e4;
}
.color-2 {
color: #f1d5a7;
}
.color-3 {
color: #f4cf3e;
}
.color-4 {
color: #f7ba40;
}
.color-5 {
color: #f0a800;
}
/* CSS Variables */
:root {
--color-1: #eab8e4;
--color-2: #f1d5a7;
--color-3: #f4cf3e;
--color-4: #f7ba40;
--color-5: #f0a800;
}
Lemonade Dreamscape background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #eab8e4, #f1d5a7, #f4cf3e, #f7ba40, #f0a800);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #eab8e4, #f1d5a7, #f4cf3e, #f7ba40, #f0a800);
}
Similar color palettes
Lemonade Dreamscape color palette created on .