Yellow Sunset カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Yellow Sunset palette

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

Yellow Sunset カラーパレット CSS

/* CSS */
.color-1 {
color: #f9e74e;
}
.color-2 {
color: #ffb84d;
}
.color-3 {
color: #ff6e61;
}
.color-4 {
color: #d6809d;
}
.color-5 {
color: #5f4e79;
}

/* CSS Variables */
:root {
--color-1: #f9e74e;
--color-2: #ffb84d;
--color-3: #ff6e61;
--color-4: #d6809d;
--color-5: #5f4e79;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9e74e, #ffb84d, #ff6e61, #d6809d, #5f4e79);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9e74e, #ffb84d, #ff6e61, #d6809d, #5f4e79);
}

Yellow Sunset color palette created on .