Sunset Whispers カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Sunset Whispers palette

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

Sunset Whispers カラーパレット CSS

/* CSS */
.color-1 {
color: #d4a87d;
}
.color-2 {
color: #e8c8b5;
}
.color-3 {
color: #f4e1c3;
}
.color-4 {
color: #f9b69f;
}
.color-5 {
color: #f56b61;
}

/* CSS Variables */
:root {
--color-1: #d4a87d;
--color-2: #e8c8b5;
--color-3: #f4e1c3;
--color-4: #f9b69f;
--color-5: #f56b61;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d4a87d, #e8c8b5, #f4e1c3, #f9b69f, #f56b61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d4a87d, #e8c8b5, #f4e1c3, #f9b69f, #f56b61);
}

Sunset Whispers color palette created on .