Vibrant Red カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Vibrant Red palette

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

Vibrant Red カラーパレット CSS

/* CSS */
.color-1 {
color: #f5342e;
}
.color-2 {
color: #f17c22;
}
.color-3 {
color: #f3c649;
}
.color-4 {
color: #69bf4a;
}
.color-5 {
color: #1e8f4d;
}

/* CSS Variables */
:root {
--color-1: #f5342e;
--color-2: #f17c22;
--color-3: #f3c649;
--color-4: #69bf4a;
--color-5: #1e8f4d;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5342e, #f17c22, #f3c649, #69bf4a, #1e8f4d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5342e, #f17c22, #f3c649, #69bf4a, #1e8f4d);
}

Vibrant Red color palette created on .