Shades of Yellow カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Yellow palette

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

Shades of Yellow カラーパレット CSS

/* CSS */
.color-1 {
color: #f0ebb7;
}
.color-2 {
color: #e4b849;
}
.color-3 {
color: #d88d31;
}
.color-4 {
color: #b86c2e;
}
.color-5 {
color: #9b4b31;
}

/* CSS Variables */
:root {
--color-1: #f0ebb7;
--color-2: #e4b849;
--color-3: #d88d31;
--color-4: #b86c2e;
--color-5: #9b4b31;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0ebb7, #e4b849, #d88d31, #b86c2e, #9b4b31);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0ebb7, #e4b849, #d88d31, #b86c2e, #9b4b31);
}

Shades of Yellow color palette created on .