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