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