Red Sunset カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Red Sunset palette

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

Red Sunset カラーパレット CSS

/* CSS */
.color-1 {
color: #d36990;
}
.color-2 {
color: #de7da9;
}
.color-3 {
color: #e797bd;
}
.color-4 {
color: #f9d0b3;
}
.color-5 {
color: #f6eedf;
}

/* CSS Variables */
:root {
--color-1: #d36990;
--color-2: #de7da9;
--color-3: #e797bd;
--color-4: #f9d0b3;
--color-5: #f6eedf;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d36990, #de7da9, #e797bd, #f9d0b3, #f6eedf);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d36990, #de7da9, #e797bd, #f9d0b3, #f6eedf);
}

Red Sunset color palette created on .