Sunset Whisper Hues カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Sunset Whisper Hues palette

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

Sunset Whisper Hues カラーパレット CSS

/* CSS */
.color-1 {
color: #e4dcc9;
}
.color-2 {
color: #e2d0ac;
}
.color-3 {
color: #edaf5e;
}
.color-4 {
color: #caa877;
}
.color-5 {
color: #e6805b;
}

/* CSS Variables */
:root {
--color-1: #e4dcc9;
--color-2: #e2d0ac;
--color-3: #edaf5e;
--color-4: #caa877;
--color-5: #e6805b;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e4dcc9, #e2d0ac, #edaf5e, #caa877, #e6805b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e4dcc9, #e2d0ac, #edaf5e, #caa877, #e6805b);
}

Sunset Whisper Hues color palette created on .