Crimson Sunset カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Crimson Sunset palette

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

Crimson Sunset カラーパレット CSS

/* CSS */
.color-1 {
color: #db143c;
}
.color-2 {
color: #ff6e61;
}
.color-3 {
color: #ffb84d;
}
.color-4 {
color: #8eca49;
}
.color-5 {
color: #5d6cc0;
}

/* CSS Variables */
:root {
--color-1: #db143c;
--color-2: #ff6e61;
--color-3: #ffb84d;
--color-4: #8eca49;
--color-5: #5d6cc0;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #db143c, #ff6e61, #ffb84d, #8eca49, #5d6cc0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #db143c, #ff6e61, #ffb84d, #8eca49, #5d6cc0);
}

Crimson Sunset color palette created on .