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