Monster's Lair カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Monster's Lair palette

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

Monster's Lair カラーパレット CSS

/* CSS */
.color-1 {
color: #3f8c3b;
}
.color-2 {
color: #a3d55d;
}
.color-3 {
color: #f2f56b;
}
.color-4 {
color: #ffcc00;
}
.color-5 {
color: #e67300;
}

/* CSS Variables */
:root {
--color-1: #3f8c3b;
--color-2: #a3d55d;
--color-3: #f2f56b;
--color-4: #ffcc00;
--color-5: #e67300;
}

Monster's Lair の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3f8c3b, #a3d55d, #f2f56b, #ffcc00, #e67300);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3f8c3b, #a3d55d, #f2f56b, #ffcc00, #e67300);
}

Monster's Lair color palette created on .