Vibrant Red カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Vibrant Red palette

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

Vibrant Red カラーパレット CSS

/* CSS */
.color-1 {
color: #d13e2e;
}
.color-2 {
color: #f89f3a;
}
.color-3 {
color: #f4c63e;
}
.color-4 {
color: #4a7e96;
}
.color-5 {
color: #6a3f88;
}

/* CSS Variables */
:root {
--color-1: #d13e2e;
--color-2: #f89f3a;
--color-3: #f4c63e;
--color-4: #4a7e96;
--color-5: #6a3f88;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d13e2e, #f89f3a, #f4c63e, #4a7e96, #6a3f88);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d13e2e, #f89f3a, #f4c63e, #4a7e96, #6a3f88);
}

Vibrant Red color palette created on .