Northern Water Tribe カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Northern Water Tribe palette

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

Northern Water Tribe カラーパレット CSS

/* CSS */
.color-1 {
color: #a9d8ea;
}
.color-2 {
color: #4e9fa6;
}
.color-3 {
color: #2b7b91;
}
.color-4 {
color: #1b5a79;
}
.color-5 {
color: #0e3f5d;
}

/* CSS Variables */
:root {
--color-1: #a9d8ea;
--color-2: #4e9fa6;
--color-3: #2b7b91;
--color-4: #1b5a79;
--color-5: #0e3f5d;
}

Northern Water Tribe の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a9d8ea, #4e9fa6, #2b7b91, #1b5a79, #0e3f5d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a9d8ea, #4e9fa6, #2b7b91, #1b5a79, #0e3f5d);
}

Northern Water Tribe color palette created on .