Coastal Dawn カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Coastal Dawn palette

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

Coastal Dawn カラーパレット CSS

/* CSS */
.color-1 {
color: #009975;
}
.color-2 {
color: #003d5c;
}
.color-3 {
color: #4e3b31;
}
.color-4 {
color: #ff6d1f;
}
.color-5 {
color: #a7d7c0;
}

/* CSS Variables */
:root {
--color-1: #009975;
--color-2: #003d5c;
--color-3: #4e3b31;
--color-4: #ff6d1f;
--color-5: #a7d7c0;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #009975, #003d5c, #4e3b31, #ff6d1f, #a7d7c0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #009975, #003d5c, #4e3b31, #ff6d1f, #a7d7c0);
}

Coastal Dawn color palette created on .