Tuscan Sunrise カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Tuscan Sunrise palette

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

Tuscan Sunrise カラーパレット CSS

/* CSS */
.color-1 {
color: #e27b3c;
}
.color-2 {
color: #d7a85b;
}
.color-3 {
color: #c4d7a3;
}
.color-4 {
color: #a8b2d7;
}
.color-5 {
color: #6b3e89;
}

/* CSS Variables */
:root {
--color-1: #e27b3c;
--color-2: #d7a85b;
--color-3: #c4d7a3;
--color-4: #a8b2d7;
--color-5: #6b3e89;
}

Tuscan Sunrise の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e27b3c, #d7a85b, #c4d7a3, #a8b2d7, #6b3e89);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e27b3c, #d7a85b, #c4d7a3, #a8b2d7, #6b3e89);
}

Tuscan Sunrise color palette created on .