Shades of Red カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Shades of Red palette
Shades of Red カラーパレット CSS
/* CSS */
.color-1 {
color: #e79d6e;
}
.color-2 {
color: #c95e3b;
}
.color-3 {
color: #a43d28;
}
.color-4 {
color: #5e1f1d;
}
.color-5 {
color: #2d1515;
}
/* CSS Variables */
:root {
--color-1: #e79d6e;
--color-2: #c95e3b;
--color-3: #a43d28;
--color-4: #5e1f1d;
--color-5: #2d1515;
}
Shades of Red の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e79d6e, #c95e3b, #a43d28, #5e1f1d, #2d1515);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e79d6e, #c95e3b, #a43d28, #5e1f1d, #2d1515);
}
似たようなカラーパレット
下にスクロールして100+個のアンバーカラーパレットを探索しましょう
Shades of Red color palette created on .