Vibrant Yellow Red カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Vibrant Yellow Red palette

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

Vibrant Yellow Red カラーパレット CSS

/* CSS */
.color-1 {
color: #f1c84b;
}
.color-2 {
color: #c07a2a;
}
.color-3 {
color: #9c3b30;
}
.color-4 {
color: #7d2b78;
}
.color-5 {
color: #5c2f92;
}

/* CSS Variables */
:root {
--color-1: #f1c84b;
--color-2: #c07a2a;
--color-3: #9c3b30;
--color-4: #7d2b78;
--color-5: #5c2f92;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1c84b, #c07a2a, #9c3b30, #7d2b78, #5c2f92);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1c84b, #c07a2a, #9c3b30, #7d2b78, #5c2f92);
}

Vibrant Yellow Red color palette created on .