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