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