Garnet Shades カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Garnet Shades palette
Garnet Shades カラーパレット CSS
/* CSS */
.color-1 {
color: #7c1d23;
}
.color-2 {
color: #a22a2e;
}
.color-3 {
color: #c43b3d;
}
.color-4 {
color: #d66b70;
}
.color-5 {
color: #eab8b9;
}
/* CSS Variables */
:root {
--color-1: #7c1d23;
--color-2: #a22a2e;
--color-3: #c43b3d;
--color-4: #d66b70;
--color-5: #eab8b9;
}
Garnet Shades の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7c1d23, #a22a2e, #c43b3d, #d66b70, #eab8b9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7c1d23, #a22a2e, #c43b3d, #d66b70, #eab8b9);
}
似たようなカラーパレット
Garnet Shades color palette created on .