Shades of Yellow カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Yellow palette

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

Shades of Yellow カラーパレット CSS

/* CSS */
.color-1 {
color: #f9a824;
}
.color-2 {
color: #ffcc00;
}
.color-3 {
color: #ffec3d;
}
.color-4 {
color: #cbdc38;
}
.color-5 {
color: #8bc34b;
}

/* CSS Variables */
:root {
--color-1: #f9a824;
--color-2: #ffcc00;
--color-3: #ffec3d;
--color-4: #cbdc38;
--color-5: #8bc34b;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9a824, #ffcc00, #ffec3d, #cbdc38, #8bc34b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9a824, #ffcc00, #ffec3d, #cbdc38, #8bc34b);
}

Shades of Yellow color palette created on .