Yellow Shades カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Yellow Shades palette

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

Yellow Shades カラーパレット CSS

/* CSS */
.color-1 {
color: #fce84f;
}
.color-2 {
color: #fcb140;
}
.color-3 {
color: #ebb800;
}
.color-4 {
color: #ad8b00;
}
.color-5 {
color: #6c7a00;
}

/* CSS Variables */
:root {
--color-1: #fce84f;
--color-2: #fcb140;
--color-3: #ebb800;
--color-4: #ad8b00;
--color-5: #6c7a00;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fce84f, #fcb140, #ebb800, #ad8b00, #6c7a00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fce84f, #fcb140, #ebb800, #ad8b00, #6c7a00);
}

Yellow Shades color palette created on .