Bright Yellow Sun カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Bright Yellow Sun palette

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

Bright Yellow Sun カラーパレット CSS

/* CSS */
.color-1 {
color: #f9d86c;
}
.color-2 {
color: #f1b341;
}
.color-3 {
color: #e29c2c;
}
.color-4 {
color: #d68e29;
}
.color-5 {
color: #e77e23;
}

/* CSS Variables */
:root {
--color-1: #f9d86c;
--color-2: #f1b341;
--color-3: #e29c2c;
--color-4: #d68e29;
--color-5: #e77e23;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9d86c, #f1b341, #e29c2c, #d68e29, #e77e23);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9d86c, #f1b341, #e29c2c, #d68e29, #e77e23);
}

Bright Yellow Sun color palette created on .