Blue Earthtones カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Blue Earthtones palette

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

Blue Earthtones カラーパレット CSS

/* CSS */
.color-1 {
color: #1f3a61;
}
.color-2 {
color: #4b8a8b;
}
.color-3 {
color: #81b69e;
}
.color-4 {
color: #c2d5a4;
}
.color-5 {
color: #e1c6a8;
}

/* CSS Variables */
:root {
--color-1: #1f3a61;
--color-2: #4b8a8b;
--color-3: #81b69e;
--color-4: #c2d5a4;
--color-5: #e1c6a8;
}

Blue Earthtones の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f3a61, #4b8a8b, #81b69e, #c2d5a4, #e1c6a8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f3a61, #4b8a8b, #81b69e, #c2d5a4, #e1c6a8);
}

Blue Earthtones color palette created on .