Mt. Komorebi Escape Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Mt. Komorebi Escape palette

Share this palette to:

Download Mt. Komorebi Escape Color Palette (PNG)

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

Mt. Komorebi Escape color palette 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 background gradient 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 .