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