Mendez Melodies カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Mendez Melodies palette

このパレットを共有する先:

Mendez Melodies カラーパレット CSS

/* CSS */
.color-1 {
color: #f1a8a2;
}
.color-2 {
color: #f4c19f;
}
.color-3 {
color: #f5d06b;
}
.color-4 {
color: #a8d855;
}
.color-5 {
color: #5cb5e6;
}

/* CSS Variables */
:root {
--color-1: #f1a8a2;
--color-2: #f4c19f;
--color-3: #f5d06b;
--color-4: #a8d855;
--color-5: #5cb5e6;
}

Mendez Melodies の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1a8a2, #f4c19f, #f5d06b, #a8d855, #5cb5e6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1a8a2, #f4c19f, #f5d06b, #a8d855, #5cb5e6);
}

Mendez Melodies color palette created on .