Yellow Shades カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Yellow Shades palette

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

Yellow Shades カラーパレット CSS

/* CSS */
.color-1 {
color: #f0b505;
}
.color-2 {
color: #f2d94a;
}
.color-3 {
color: #f2e08c;
}
.color-4 {
color: #a4d869;
}
.color-5 {
color: #6dbf4f;
}

/* CSS Variables */
:root {
--color-1: #f0b505;
--color-2: #f2d94a;
--color-3: #f2e08c;
--color-4: #a4d869;
--color-5: #6dbf4f;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0b505, #f2d94a, #f2e08c, #a4d869, #6dbf4f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0b505, #f2d94a, #f2e08c, #a4d869, #6dbf4f);
}

Yellow Shades color palette created on .