Vibrant Red カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Vibrant Red palette

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

Vibrant Red カラーパレット CSS

/* CSS */
.color-1 {
color: #f8c84f;
}
.color-2 {
color: #f07b3d;
}
.color-3 {
color: #d54848;
}
.color-4 {
color: #a84d8d;
}
.color-5 {
color: #6e3c90;
}

/* CSS Variables */
:root {
--color-1: #f8c84f;
--color-2: #f07b3d;
--color-3: #d54848;
--color-4: #a84d8d;
--color-5: #6e3c90;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8c84f, #f07b3d, #d54848, #a84d8d, #6e3c90);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8c84f, #f07b3d, #d54848, #a84d8d, #6e3c90);
}

Vibrant Red color palette created on .