Mulberry Dreamscape Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Mulberry Dreamscape palette
Mulberry Dreamscape color palette CSS
/* CSS */
.color-1 {
color: #d85f8d;
}
.color-2 {
color: #a84d80;
}
.color-3 {
color: #6d2c4b;
}
.color-4 {
color: #e9b9d7;
}
.color-5 {
color: #f6a2b2;
}
/* CSS Variables */
:root {
--color-1: #d85f8d;
--color-2: #a84d80;
--color-3: #6d2c4b;
--color-4: #e9b9d7;
--color-5: #f6a2b2;
}
Mulberry Dreamscape background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d85f8d, #a84d80, #6d2c4b, #e9b9d7, #f6a2b2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d85f8d, #a84d80, #6d2c4b, #e9b9d7, #f6a2b2);
}
Similar color palettes
Mulberry Dreamscape color palette created on .