Myth Maroon カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Myth Maroon palette

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

Myth Maroon カラー パレット PNG 画像

Download myth maroon color palette PNG image (landscape)
Download myth maroon color palette PNG image (square)

Myth Maroon カラーパレット CSS

/* CSS */
.color-1 {
color: #820d24;
}
.color-2 {
color: #c94052;
}
.color-3 {
color: #f4a662;
}
.color-4 {
color: #f1dfb7;
}
.color-5 {
color: #5a2b2d;
}

/* CSS Variables */
:root {
--color-1: #820d24;
--color-2: #c94052;
--color-3: #f4a662;
--color-4: #f1dfb7;
--color-5: #5a2b2d;
}

Myth Maroon の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #820d24, #c94052, #f4a662, #f1dfb7, #5a2b2d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #820d24, #c94052, #f4a662, #f1dfb7, #5a2b2d);
}

Myth Maroon color palette created on .