Sunset Blossom Delight カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Sunset Blossom Delight palette

このパレットを共有する先:

Sunset Blossom Delight カラーパレット CSS

/* CSS */
.color-1 {
color: #ff6d2e;
}
.color-2 {
color: #ff9f6b;
}
.color-3 {
color: #ffda8a;
}
.color-4 {
color: #ffb84d;
}
.color-5 {
color: #c46d4a;
}

/* CSS Variables */
:root {
--color-1: #ff6d2e;
--color-2: #ff9f6b;
--color-3: #ffda8a;
--color-4: #ffb84d;
--color-5: #c46d4a;
}

Sunset Blossom Delight の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6d2e, #ff9f6b, #ffda8a, #ffb84d, #c46d4a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6d2e, #ff9f6b, #ffda8a, #ffb84d, #c46d4a);
}

Sunset Blossom Delight color palette created on .