Tropical Forest Dawn カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Tropical Forest Dawn palette

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

Tropical Forest Dawn カラーパレット CSS

/* CSS */
.color-1 {
color: #00575c;
}
.color-2 {
color: #799a8d;
}
.color-3 {
color: #b66a3e;
}
.color-4 {
color: #e4caa5;
}
.color-5 {
color: #c8a66a;
}

/* CSS Variables */
:root {
--color-1: #00575c;
--color-2: #799a8d;
--color-3: #b66a3e;
--color-4: #e4caa5;
--color-5: #c8a66a;
}

Tropical Forest Dawn の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00575c, #799a8d, #b66a3e, #e4caa5, #c8a66a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00575c, #799a8d, #b66a3e, #e4caa5, #c8a66a);
}

Tropical Forest Dawn color palette created on .