Vibrant Red カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Vibrant Red palette

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

Vibrant Red カラーパレット CSS

/* CSS */
.color-1 {
color: #e8422c;
}
.color-2 {
color: #f8c572;
}
.color-3 {
color: #f9e79f;
}
.color-4 {
color: #a2d7c4;
}
.color-5 {
color: #5faee3;
}

/* CSS Variables */
:root {
--color-1: #e8422c;
--color-2: #f8c572;
--color-3: #f9e79f;
--color-4: #a2d7c4;
--color-5: #5faee3;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e8422c, #f8c572, #f9e79f, #a2d7c4, #5faee3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e8422c, #f8c572, #f9e79f, #a2d7c4, #5faee3);
}

Vibrant Red color palette created on .