Myling Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Myling palette

Share this palette to:

Myling color palette PNG image

Download myling color palette PNG image (landscape)
Download myling color palette PNG image (square)

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);
}

Myling color palette created on .