Sunny Yellow カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Sunny Yellow palette

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

Sunny Yellow カラーパレット CSS

/* CSS */
.color-1 {
color: #f5a300;
}
.color-2 {
color: #f5c400;
}
.color-3 {
color: #fae100;
}
.color-4 {
color: #e6e9a0;
}
.color-5 {
color: #b3d99b;
}

/* CSS Variables */
:root {
--color-1: #f5a300;
--color-2: #f5c400;
--color-3: #fae100;
--color-4: #e6e9a0;
--color-5: #b3d99b;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5a300, #f5c400, #fae100, #e6e9a0, #b3d99b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5a300, #f5c400, #fae100, #e6e9a0, #b3d99b);
}

Sunny Yellow color palette created on .