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