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