Myling Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Myling palette
Color Inspiration
Images that showcase this color palette in real designs
Download Myling Color Palette (PNG)
Myling color palette CSS
/* CSS */
.color-1 {
color: #f5e6b7;
}
.color-2 {
color: #d9cbaf;
}
.color-3 {
color: #baaea0;
}
.color-4 {
color: #8b909c;
}
.color-5 {
color: #6d4c7b;
}
/* CSS Variables */
:root {
--color-1: #f5e6b7;
--color-2: #d9cbaf;
--color-3: #baaea0;
--color-4: #8b909c;
--color-5: #6d4c7b;
}
Myling background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5e6b7, #d9cbaf, #baaea0, #8b909c, #6d4c7b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5e6b7, #d9cbaf, #baaea0, #8b909c, #6d4c7b);
}
Similar color palettes
Myling color palette created on .