Sunset Whispers カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Sunset Whispers palette

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

Sunset Whispers カラーパレット CSS

/* CSS */
.color-1 {
color: #f8c749;
}
.color-2 {
color: #f9a96c;
}
.color-3 {
color: #f8c3a0;
}
.color-4 {
color: #e76e8b;
}
.color-5 {
color: #c880ff;
}

/* CSS Variables */
:root {
--color-1: #f8c749;
--color-2: #f9a96c;
--color-3: #f8c3a0;
--color-4: #e76e8b;
--color-5: #c880ff;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8c749, #f9a96c, #f8c3a0, #e76e8b, #c880ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8c749, #f9a96c, #f8c3a0, #e76e8b, #c880ff);
}

Sunset Whispers color palette created on .