Warm Shades of Yellow カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Warm Shades of Yellow palette

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

Warm Shades of Yellow カラーパレット CSS

/* CSS */
.color-1 {
color: #ffab5c;
}
.color-2 {
color: #f5c400;
}
.color-3 {
color: #f8e2af;
}
.color-4 {
color: #3e8e41;
}
.color-5 {
color: #6c5b7b;
}

/* CSS Variables */
:root {
--color-1: #ffab5c;
--color-2: #f5c400;
--color-3: #f8e2af;
--color-4: #3e8e41;
--color-5: #6c5b7b;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffab5c, #f5c400, #f8e2af, #3e8e41, #6c5b7b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffab5c, #f5c400, #f8e2af, #3e8e41, #6c5b7b);
}

Warm Shades of Yellow color palette created on .