Mealore Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Mealore palette
Color Inspiration
Images that showcase this color palette in real designs
Download Mealore Color Palette (PNG)
Mealore color palette CSS
/* CSS */
.color-1 {
color: #adad94;
}
.color-2 {
color: #a7968b;
}
.color-3 {
color: #9e8067;
}
.color-4 {
color: #975e71;
}
.color-5 {
color: #8a5681;
}
/* CSS Variables */
:root {
--color-1: #adad94;
--color-2: #a7968b;
--color-3: #9e8067;
--color-4: #975e71;
--color-5: #8a5681;
}
Mealore background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #adad94, #a7968b, #9e8067, #975e71, #8a5681);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #adad94, #a7968b, #9e8067, #975e71, #8a5681);
}
Similar color palettes
Mealore color palette created on .