Sunset Yellow カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Sunset Yellow palette

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

Sunset Yellow カラーパレット CSS

/* CSS */
.color-1 {
color: #f6e2b1;
}
.color-2 {
color: #f1c84b;
}
.color-3 {
color: #f9a94e;
}
.color-4 {
color: #f26d5f;
}
.color-5 {
color: #e2608f;
}

/* CSS Variables */
:root {
--color-1: #f6e2b1;
--color-2: #f1c84b;
--color-3: #f9a94e;
--color-4: #f26d5f;
--color-5: #e2608f;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6e2b1, #f1c84b, #f9a94e, #f26d5f, #e2608f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6e2b1, #f1c84b, #f9a94e, #f26d5f, #e2608f);
}

Sunset Yellow color palette created on .