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