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