Ruddy Sunset カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Ruddy Sunset palette

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

Ruddy Sunset カラーパレット CSS

/* CSS */
.color-1 {
color: #794d39;
}
.color-2 {
color: #c58e7d;
}
.color-3 {
color: #e4b5a0;
}
.color-4 {
color: #f7d5c5;
}
.color-5 {
color: #f4e1d2;
}

/* CSS Variables */
:root {
--color-1: #794d39;
--color-2: #c58e7d;
--color-3: #e4b5a0;
--color-4: #f7d5c5;
--color-5: #f4e1d2;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #794d39, #c58e7d, #e4b5a0, #f7d5c5, #f4e1d2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #794d39, #c58e7d, #e4b5a0, #f7d5c5, #f4e1d2);
}

Ruddy Sunset color palette created on .