Moody Elegance カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Moody Elegance palette

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

Moody Elegance カラー パレット PNG 画像

Download moody elegance color palette PNG image (landscape)
Download moody elegance color palette PNG image (square)

Moody Elegance カラーパレット CSS

/* CSS */
.color-1 {
color: #4c3e70;
}
.color-2 {
color: #6b5091;
}
.color-3 {
color: #a45b9c;
}
.color-4 {
color: #c67b99;
}
.color-5 {
color: #e5a27b;
}

/* CSS Variables */
:root {
--color-1: #4c3e70;
--color-2: #6b5091;
--color-3: #a45b9c;
--color-4: #c67b99;
--color-5: #e5a27b;
}

Moody Elegance の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4c3e70, #6b5091, #a45b9c, #c67b99, #e5a27b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4c3e70, #6b5091, #a45b9c, #c67b99, #e5a27b);
}

Moody Elegance color palette created on .