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