Vibrant Red カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Vibrant Red palette

このパレットを共有する先:

Vibrant Red カラーパレット CSS

/* CSS */
.color-1 {
color: #e8422c;
}
.color-2 {
color: #f7a950;
}
.color-3 {
color: #f1d25f;
}
.color-4 {
color: #a0d9b9;
}
.color-5 {
color: #34a5b7;
}

/* CSS Variables */
:root {
--color-1: #e8422c;
--color-2: #f7a950;
--color-3: #f1d25f;
--color-4: #a0d9b9;
--color-5: #34a5b7;
}

Vibrant Red の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e8422c, #f7a950, #f1d25f, #a0d9b9, #34a5b7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e8422c, #f7a950, #f1d25f, #a0d9b9, #34a5b7);
}

Vibrant Red color palette created on .