Sunny Yellow カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Sunny Yellow palette

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

Sunny Yellow カラーパレット CSS

/* CSS */
.color-1 {
color: #f9c54e;
}
.color-2 {
color: #f9d86c;
}
.color-3 {
color: #f9e5a4;
}
.color-4 {
color: #f9b2a4;
}
.color-5 {
color: #f8a2a0;
}

/* CSS Variables */
:root {
--color-1: #f9c54e;
--color-2: #f9d86c;
--color-3: #f9e5a4;
--color-4: #f9b2a4;
--color-5: #f8a2a0;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9c54e, #f9d86c, #f9e5a4, #f9b2a4, #f8a2a0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9c54e, #f9d86c, #f9e5a4, #f9b2a4, #f8a2a0);
}

Sunny Yellow color palette created on .