Garnet Shades カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Garnet Shades palette

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

Garnet Shades カラーパレット CSS

/* CSS */
.color-1 {
color: #7c2d2e;
}
.color-2 {
color: #a14a4b;
}
.color-3 {
color: #c76b6d;
}
.color-4 {
color: #e9a5a6;
}
.color-5 {
color: #f2c4c5;
}

/* CSS Variables */
:root {
--color-1: #7c2d2e;
--color-2: #a14a4b;
--color-3: #c76b6d;
--color-4: #e9a5a6;
--color-5: #f2c4c5;
}

Garnet Shades の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7c2d2e, #a14a4b, #c76b6d, #e9a5a6, #f2c4c5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7c2d2e, #a14a4b, #c76b6d, #e9a5a6, #f2c4c5);
}

Garnet Shades color palette created on .