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