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