Red Sunset カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Red Sunset palette

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

Red Sunset カラーパレット CSS

/* CSS */
.color-1 {
color: #a7393b;
}
.color-2 {
color: #e05c5e;
}
.color-3 {
color: #f7a6a7;
}
.color-4 {
color: #f5c7c7;
}
.color-5 {
color: #f9ebd7;
}

/* CSS Variables */
:root {
--color-1: #a7393b;
--color-2: #e05c5e;
--color-3: #f7a6a7;
--color-4: #f5c7c7;
--color-5: #f9ebd7;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a7393b, #e05c5e, #f7a6a7, #f5c7c7, #f9ebd7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a7393b, #e05c5e, #f7a6a7, #f5c7c7, #f9ebd7);
}

Red Sunset color palette created on .