Vibrant Yellow Red カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Vibrant Yellow Red palette

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

Vibrant Yellow Red カラーパレット CSS

/* CSS */
.color-1 {
color: #f7c94b;
}
.color-2 {
color: #f28d45;
}
.color-3 {
color: #e44d3a;
}
.color-4 {
color: #d21e3c;
}
.color-5 {
color: #a71b5a;
}

/* CSS Variables */
:root {
--color-1: #f7c94b;
--color-2: #f28d45;
--color-3: #e44d3a;
--color-4: #d21e3c;
--color-5: #a71b5a;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7c94b, #f28d45, #e44d3a, #d21e3c, #a71b5a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7c94b, #f28d45, #e44d3a, #d21e3c, #a71b5a);
}

Vibrant Yellow Red color palette created on .