Red Sunset カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Red Sunset palette

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

Red Sunset カラーパレット CSS

/* CSS */
.color-1 {
color: #ffcdcc;
}
.color-2 {
color: #ffa98f;
}
.color-3 {
color: #ff6e61;
}
.color-4 {
color: #ff4757;
}
.color-5 {
color: #ff3c00;
}

/* CSS Variables */
:root {
--color-1: #ffcdcc;
--color-2: #ffa98f;
--color-3: #ff6e61;
--color-4: #ff4757;
--color-5: #ff3c00;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffcdcc, #ffa98f, #ff6e61, #ff4757, #ff3c00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffcdcc, #ffa98f, #ff6e61, #ff4757, #ff3c00);
}

Red Sunset color palette created on .