Weirdcore カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Weirdcore palette

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

Weirdcore カラーパレット CSS

/* CSS */
.color-1 {
color: #4d1814;
}
.color-2 {
color: #631e1c;
}
.color-3 {
color: #653524;
}
.color-4 {
color: #6c4a14;
}
.color-5 {
color: #66380a;
}

/* CSS Variables */
:root {
--color-1: #4d1814;
--color-2: #631e1c;
--color-3: #653524;
--color-4: #6c4a14;
--color-5: #66380a;
}

Weirdcore の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4d1814, #631e1c, #653524, #6c4a14, #66380a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4d1814, #631e1c, #653524, #6c4a14, #66380a);
}

Weirdcore color palette created on .