Yellow Shades カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Yellow Shades palette

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

Yellow Shades カラーパレット CSS

/* CSS */
.color-1 {
color: #f8c749;
}
.color-2 {
color: #f9a94e;
}
.color-3 {
color: #fbbf60;
}
.color-4 {
color: #f8c1a5;
}
.color-5 {
color: #e9a949;
}

/* CSS Variables */
:root {
--color-1: #f8c749;
--color-2: #f9a94e;
--color-3: #fbbf60;
--color-4: #f8c1a5;
--color-5: #e9a949;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8c749, #f9a94e, #fbbf60, #f8c1a5, #e9a949);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8c749, #f9a94e, #fbbf60, #f8c1a5, #e9a949);
}

Yellow Shades color palette created on .