Shades of Yellow カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Yellow palette

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

Shades of Yellow カラーパレット CSS

/* CSS */
.color-1 {
color: #f0e78e;
}
.color-2 {
color: #e5b55d;
}
.color-3 {
color: #d59a4d;
}
.color-4 {
color: #c67e4e;
}
.color-5 {
color: #a55d3b;
}

/* CSS Variables */
:root {
--color-1: #f0e78e;
--color-2: #e5b55d;
--color-3: #d59a4d;
--color-4: #c67e4e;
--color-5: #a55d3b;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0e78e, #e5b55d, #d59a4d, #c67e4e, #a55d3b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0e78e, #e5b55d, #d59a4d, #c67e4e, #a55d3b);
}

Shades of Yellow color palette created on .