Coastal Earthtones カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Coastal Earthtones palette
Coastal Earthtones カラーパレット CSS
/* CSS */
.color-1 {
color: #794a39;
}
.color-2 {
color: #9d6d5c;
}
.color-3 {
color: #beaf8e;
}
.color-4 {
color: #4a8cb0;
}
.color-5 {
color: #2a5d7e;
}
/* CSS Variables */
:root {
--color-1: #794a39;
--color-2: #9d6d5c;
--color-3: #beaf8e;
--color-4: #4a8cb0;
--color-5: #2a5d7e;
}
Coastal Earthtones の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #794a39, #9d6d5c, #beaf8e, #4a8cb0, #2a5d7e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #794a39, #9d6d5c, #beaf8e, #4a8cb0, #2a5d7e);
}
似たようなカラーパレット
Coastal Earthtones color palette created on .