Celestial Sunset カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Celestial Sunset palette

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

Celestial Sunset カラーパレット CSS

/* CSS */
.color-1 {
color: #f7c5a1;
}
.color-2 {
color: #f2b150;
}
.color-3 {
color: #f68d3c;
}
.color-4 {
color: #e7693c;
}
.color-5 {
color: #ce4627;
}

/* CSS Variables */
:root {
--color-1: #f7c5a1;
--color-2: #f2b150;
--color-3: #f68d3c;
--color-4: #e7693c;
--color-5: #ce4627;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7c5a1, #f2b150, #f68d3c, #e7693c, #ce4627);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7c5a1, #f2b150, #f68d3c, #e7693c, #ce4627);
}

Celestial Sunset color palette created on .