Sunny Yellow カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Sunny Yellow palette

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

Sunny Yellow カラーパレット CSS

/* CSS */
.color-1 {
color: #fff7ad;
}
.color-2 {
color: #ffe98f;
}
.color-3 {
color: #ffd28f;
}
.color-4 {
color: #ffb9a3;
}
.color-5 {
color: #faaea8;
}

/* CSS Variables */
:root {
--color-1: #fff7ad;
--color-2: #ffe98f;
--color-3: #ffd28f;
--color-4: #ffb9a3;
--color-5: #faaea8;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fff7ad, #ffe98f, #ffd28f, #ffb9a3, #faaea8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fff7ad, #ffe98f, #ffd28f, #ffb9a3, #faaea8);
}

Sunny Yellow color palette created on .