Nordic Tides カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Nordic Tides palette
Nordic Tides カラーパレット CSS
/* CSS */
.color-1 {
color: #66ccdb;
}
.color-2 {
color: #60bbe2;
}
.color-3 {
color: #4da0d1;
}
.color-4 {
color: #3c8bb9;
}
.color-5 {
color: #007c9e;
}
/* CSS Variables */
:root {
--color-1: #66ccdb;
--color-2: #60bbe2;
--color-3: #4da0d1;
--color-4: #3c8bb9;
--color-5: #007c9e;
}
Nordic Tides の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #66ccdb, #60bbe2, #4da0d1, #3c8bb9, #007c9e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #66ccdb, #60bbe2, #4da0d1, #3c8bb9, #007c9e);
}
似たようなカラーパレット
Nordic Tides color palette created on .