Yellow Sunshine カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Yellow Sunshine palette

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

Yellow Sunshine カラーパレット CSS

/* CSS */
.color-1 {
color: #f6b83c;
}
.color-2 {
color: #f9be48;
}
.color-3 {
color: #f1d35b;
}
.color-4 {
color: #f4e5a4;
}
.color-5 {
color: #f9f8c3;
}

/* CSS Variables */
:root {
--color-1: #f6b83c;
--color-2: #f9be48;
--color-3: #f1d35b;
--color-4: #f4e5a4;
--color-5: #f9f8c3;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6b83c, #f9be48, #f1d35b, #f4e5a4, #f9f8c3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6b83c, #f9be48, #f1d35b, #f4e5a4, #f9f8c3);
}

Yellow Sunshine color palette created on .