Vibrant Red カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Vibrant Red palette

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

Vibrant Red カラーパレット CSS

/* CSS */
.color-1 {
color: #d93a3a;
}
.color-2 {
color: #f07b3d;
}
.color-3 {
color: #f9b83e;
}
.color-4 {
color: #f6d13c;
}
.color-5 {
color: #f0a3a3;
}

/* CSS Variables */
:root {
--color-1: #d93a3a;
--color-2: #f07b3d;
--color-3: #f9b83e;
--color-4: #f6d13c;
--color-5: #f0a3a3;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d93a3a, #f07b3d, #f9b83e, #f6d13c, #f0a3a3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d93a3a, #f07b3d, #f9b83e, #f6d13c, #f0a3a3);
}

Vibrant Red color palette created on .