Yellow Sun カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Yellow Sun palette

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

Yellow Sun カラーパレット CSS

/* CSS */
.color-1 {
color: #f9d64e;
}
.color-2 {
color: #f9a53e;
}
.color-3 {
color: #f96424;
}
.color-4 {
color: #f9cb4e;
}
.color-5 {
color: #f9e380;
}

/* CSS Variables */
:root {
--color-1: #f9d64e;
--color-2: #f9a53e;
--color-3: #f96424;
--color-4: #f9cb4e;
--color-5: #f9e380;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9d64e, #f9a53e, #f96424, #f9cb4e, #f9e380);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9d64e, #f9a53e, #f96424, #f9cb4e, #f9e380);
}

Yellow Sun color palette created on .