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