Yellow Sunshine カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Yellow Sunshine palette

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

Yellow Sunshine カラーパレット CSS

/* CSS */
.color-1 {
color: #f6e098;
}
.color-2 {
color: #f3ca4f;
}
.color-3 {
color: #f0a800;
}
.color-4 {
color: #d68f00;
}
.color-5 {
color: #b87a00;
}

/* CSS Variables */
:root {
--color-1: #f6e098;
--color-2: #f3ca4f;
--color-3: #f0a800;
--color-4: #d68f00;
--color-5: #b87a00;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6e098, #f3ca4f, #f0a800, #d68f00, #b87a00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6e098, #f3ca4f, #f0a800, #d68f00, #b87a00);
}

Yellow Sunshine color palette created on .