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