Vibrant Red カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Vibrant Red palette
Vibrant Red カラーパレット CSS
/* CSS */
.color-1 {
color: #ffb65c;
}
.color-2 {
color: #ff6e61;
}
.color-3 {
color: #ff3b38;
}
.color-4 {
color: #d6006f;
}
.color-5 {
color: #9d1b33;
}
/* CSS Variables */
:root {
--color-1: #ffb65c;
--color-2: #ff6e61;
--color-3: #ff3b38;
--color-4: #d6006f;
--color-5: #9d1b33;
}
Vibrant Red の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffb65c, #ff6e61, #ff3b38, #d6006f, #9d1b33);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffb65c, #ff6e61, #ff3b38, #d6006f, #9d1b33);
}
似たようなカラーパレット
下にスクロールして100+個のブライトカラーパレットを探索しましょう
Vibrant Red color palette created on .