Sunset Yellow カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Sunset Yellow palette

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

Sunset Yellow カラーパレット CSS

/* CSS */
.color-1 {
color: #f5ce5c;
}
.color-2 {
color: #f6a655;
}
.color-3 {
color: #f68f6a;
}
.color-4 {
color: #f75e6b;
}
.color-5 {
color: #f44e7f;
}

/* CSS Variables */
:root {
--color-1: #f5ce5c;
--color-2: #f6a655;
--color-3: #f68f6a;
--color-4: #f75e6b;
--color-5: #f44e7f;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5ce5c, #f6a655, #f68f6a, #f75e6b, #f44e7f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5ce5c, #f6a655, #f68f6a, #f75e6b, #f44e7f);
}

Sunset Yellow color palette created on .