Jill's Sunset Blush カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Jill's Sunset Blush palette

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

Jill's Sunset Blush カラーパレット CSS

/* CSS */
.color-1 {
color: #f8c48b;
}
.color-2 {
color: #f5a67f;
}
.color-3 {
color: #f37f6d;
}
.color-4 {
color: #e85b59;
}
.color-5 {
color: #d83b40;
}

/* CSS Variables */
:root {
--color-1: #f8c48b;
--color-2: #f5a67f;
--color-3: #f37f6d;
--color-4: #e85b59;
--color-5: #d83b40;
}

Jill's Sunset Blush の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8c48b, #f5a67f, #f37f6d, #e85b59, #d83b40);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8c48b, #f5a67f, #f37f6d, #e85b59, #d83b40);
}

Jill's Sunset Blush color palette created on .