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