Moth Cat カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Moth Cat palette

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

Moth Cat カラーパレット CSS

/* CSS */
.color-1 {
color: #6d508b;
}
.color-2 {
color: #b59cc9;
}
.color-3 {
color: #e0c5e2;
}
.color-4 {
color: #f3e4aa;
}
.color-5 {
color: #f0b2b2;
}

/* CSS Variables */
:root {
--color-1: #6d508b;
--color-2: #b59cc9;
--color-3: #e0c5e2;
--color-4: #f3e4aa;
--color-5: #f0b2b2;
}

Moth Cat の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6d508b, #b59cc9, #e0c5e2, #f3e4aa, #f0b2b2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6d508b, #b59cc9, #e0c5e2, #f3e4aa, #f0b2b2);
}

Moth Cat color palette created on .