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