Mt. Komorebi Escape カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Mt. Komorebi Escape palette

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

Mt. Komorebi Escape カラー パレット PNG 画像

Download mt. komorebi escape color palette PNG image (landscape)
Download mt. komorebi escape color palette PNG image (square)

Mt. Komorebi Escape カラーパレット CSS

/* CSS */
.color-1 {
color: #5db6a6;
}
.color-2 {
color: #a3d55d;
}
.color-3 {
color: #f3e86d;
}
.color-4 {
color: #f6a64c;
}
.color-5 {
color: #d55948;
}

/* CSS Variables */
:root {
--color-1: #5db6a6;
--color-2: #a3d55d;
--color-3: #f3e86d;
--color-4: #f6a64c;
--color-5: #d55948;
}

Mt. Komorebi Escape の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5db6a6, #a3d55d, #f3e86d, #f6a64c, #d55948);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5db6a6, #a3d55d, #f3e86d, #f6a64c, #d55948);
}

Mt. Komorebi Escape color palette created on .