Red Sunset カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Red Sunset palette

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

Red Sunset カラーパレット CSS

/* CSS */
.color-1 {
color: #c2000d;
}
.color-2 {
color: #d43d25;
}
.color-3 {
color: #f27b3a;
}
.color-4 {
color: #f9b548;
}
.color-5 {
color: #f9e0a4;
}

/* CSS Variables */
:root {
--color-1: #c2000d;
--color-2: #d43d25;
--color-3: #f27b3a;
--color-4: #f9b548;
--color-5: #f9e0a4;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c2000d, #d43d25, #f27b3a, #f9b548, #f9e0a4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c2000d, #d43d25, #f27b3a, #f9b548, #f9e0a4);
}

Red Sunset color palette created on .