Sage and Pink Dream Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Sage and Pink Dream palette
Sage and Pink Dream color palette CSS
/* CSS */
.color-1 {
color: #d5c8b3;
}
.color-2 {
color: #f5e5e0;
}
.color-3 {
color: #b6e0ae;
}
.color-4 {
color: #e2a6b2;
}
.color-5 {
color: #c5d8cf;
}
/* CSS Variables */
:root {
--color-1: #d5c8b3;
--color-2: #f5e5e0;
--color-3: #b6e0ae;
--color-4: #e2a6b2;
--color-5: #c5d8cf;
}
Sage and Pink Dream background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d5c8b3, #f5e5e0, #b6e0ae, #e2a6b2, #c5d8cf);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d5c8b3, #f5e5e0, #b6e0ae, #e2a6b2, #c5d8cf);
}
Similar color palettes
Sage and Pink Dream color palette created on .