Chuuya's Essence カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Chuuya's Essence palette
Chuuya's Essence カラーパレット CSS
/* CSS */
.color-1 {
color: #292c33;
}
.color-2 {
color: #4d6a80;
}
.color-3 {
color: #a0b3c0;
}
.color-4 {
color: #f4b943;
}
.color-5 {
color: #c52b3d;
}
/* CSS Variables */
:root {
--color-1: #292c33;
--color-2: #4d6a80;
--color-3: #a0b3c0;
--color-4: #f4b943;
--color-5: #c52b3d;
}
Chuuya's Essence の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #292c33, #4d6a80, #a0b3c0, #f4b943, #c52b3d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #292c33, #4d6a80, #a0b3c0, #f4b943, #c52b3d);
}
似たようなカラーパレット
Chuuya's Essence color palette created on .