Mellieton Mirage カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Mellieton Mirage palette

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

Mellieton Mirage カラーパレット CSS

/* CSS */
.color-1 {
color: #2a9cf4;
}
.color-2 {
color: #5cc0eb;
}
.color-3 {
color: #9ae2ef;
}
.color-4 {
color: #f9c54e;
}
.color-5 {
color: #f94346;
}

/* CSS Variables */
:root {
--color-1: #2a9cf4;
--color-2: #5cc0eb;
--color-3: #9ae2ef;
--color-4: #f9c54e;
--color-5: #f94346;
}

Mellieton Mirage の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2a9cf4, #5cc0eb, #9ae2ef, #f9c54e, #f94346);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2a9cf4, #5cc0eb, #9ae2ef, #f9c54e, #f94346);
}

Mellieton Mirage color palette created on .