Sunset Whisper カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Sunset Whisper palette
Sunset Whisper カラーパレット CSS
/* CSS */
.color-1 {
color: #ea7653;
}
.color-2 {
color: #d98b5e;
}
.color-3 {
color: #f1af79;
}
.color-4 {
color: #fdd5a0;
}
.color-5 {
color: #f9aeae;
}
/* CSS Variables */
:root {
--color-1: #ea7653;
--color-2: #d98b5e;
--color-3: #f1af79;
--color-4: #fdd5a0;
--color-5: #f9aeae;
}
Sunset Whisper の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ea7653, #d98b5e, #f1af79, #fdd5a0, #f9aeae);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ea7653, #d98b5e, #f1af79, #fdd5a0, #f9aeae);
}
似たようなカラーパレット
Sunset Whisper color palette created on .