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