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