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