Sunset Regrets カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Sunset Regrets palette

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

Sunset Regrets カラーパレット CSS

/* CSS */
.color-1 {
color: #ff9900;
}
.color-2 {
color: #ffcc00;
}
.color-3 {
color: #ffee70;
}
.color-4 {
color: #ff7142;
}
.color-5 {
color: #ff382e;
}

/* CSS Variables */
:root {
--color-1: #ff9900;
--color-2: #ffcc00;
--color-3: #ffee70;
--color-4: #ff7142;
--color-5: #ff382e;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff9900, #ffcc00, #ffee70, #ff7142, #ff382e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff9900, #ffcc00, #ffee70, #ff7142, #ff382e);
}

Sunset Regrets color palette created on .