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