Sunny Yellow カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Sunny Yellow palette

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

Sunny Yellow カラーパレット CSS

/* CSS */
.color-1 {
color: #f5bc00;
}
.color-2 {
color: #f8d56d;
}
.color-3 {
color: #f4e09f;
}
.color-4 {
color: #f8b735;
}
.color-5 {
color: #d6a400;
}

/* CSS Variables */
:root {
--color-1: #f5bc00;
--color-2: #f8d56d;
--color-3: #f4e09f;
--color-4: #f8b735;
--color-5: #d6a400;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5bc00, #f8d56d, #f4e09f, #f8b735, #d6a400);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5bc00, #f8d56d, #f4e09f, #f8b735, #d6a400);
}

Sunny Yellow color palette created on .