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