Shades of Yellow カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Yellow palette

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

Shades of Yellow カラーパレット CSS

/* CSS */
.color-1 {
color: #f1c84b;
}
.color-2 {
color: #e6b84c;
}
.color-3 {
color: #d69a38;
}
.color-4 {
color: #c58c2b;
}
.color-5 {
color: #b67c2b;
}

/* CSS Variables */
:root {
--color-1: #f1c84b;
--color-2: #e6b84c;
--color-3: #d69a38;
--color-4: #c58c2b;
--color-5: #b67c2b;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1c84b, #e6b84c, #d69a38, #c58c2b, #b67c2b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1c84b, #e6b84c, #d69a38, #c58c2b, #b67c2b);
}

Shades of Yellow color palette created on .