Mystical Marshlands カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Mystical Marshlands palette

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

Mystical Marshlands カラーパレット CSS

/* CSS */
.color-1 {
color: #609d9f;
}
.color-2 {
color: #698c91;
}
.color-3 {
color: #8d99a5;
}
.color-4 {
color: #b0af9b;
}
.color-5 {
color: #cac7aa;
}

/* CSS Variables */
:root {
--color-1: #609d9f;
--color-2: #698c91;
--color-3: #8d99a5;
--color-4: #b0af9b;
--color-5: #cac7aa;
}

Mystical Marshlands の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #609d9f, #698c91, #8d99a5, #b0af9b, #cac7aa);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #609d9f, #698c91, #8d99a5, #b0af9b, #cac7aa);
}

Mystical Marshlands color palette created on .