Sunny Yellow カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Sunny Yellow palette

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

Sunny Yellow カラーパレット CSS

/* CSS */
.color-1 {
color: #ffdd57;
}
.color-2 {
color: #ff6e61;
}
.color-3 {
color: #ff9900;
}
.color-4 {
color: #ff3c00;
}
.color-5 {
color: #ffbb00;
}

/* CSS Variables */
:root {
--color-1: #ffdd57;
--color-2: #ff6e61;
--color-3: #ff9900;
--color-4: #ff3c00;
--color-5: #ffbb00;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffdd57, #ff6e61, #ff9900, #ff3c00, #ffbb00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffdd57, #ff6e61, #ff9900, #ff3c00, #ffbb00);
}

Sunny Yellow color palette created on .