Vibrant Red カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Vibrant Red palette

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

Vibrant Red カラーパレット CSS

/* CSS */
.color-1 {
color: #db9d8f;
}
.color-2 {
color: #a1a0a7;
}
.color-3 {
color: #b8bc8a;
}
.color-4 {
color: #d6c98a;
}
.color-5 {
color: #cb868d;
}

/* CSS Variables */
:root {
--color-1: #db9d8f;
--color-2: #a1a0a7;
--color-3: #b8bc8a;
--color-4: #d6c98a;
--color-5: #cb868d;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #db9d8f, #a1a0a7, #b8bc8a, #d6c98a, #cb868d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #db9d8f, #a1a0a7, #b8bc8a, #d6c98a, #cb868d);
}

Vibrant Red color palette created on .