North カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with North palette
North カラー パレット PNG 画像
North カラーパレット CSS
/* CSS */
.color-1 {
color: #1f3a60;
}
.color-2 {
color: #3c6b8b;
}
.color-3 {
color: #5e94b5;
}
.color-4 {
color: #86c8e4;
}
.color-5 {
color: #b4e5f9;
}
/* CSS Variables */
:root {
--color-1: #1f3a60;
--color-2: #3c6b8b;
--color-3: #5e94b5;
--color-4: #86c8e4;
--color-5: #b4e5f9;
}
North の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f3a60, #3c6b8b, #5e94b5, #86c8e4, #b4e5f9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f3a60, #3c6b8b, #5e94b5, #86c8e4, #b4e5f9);
}
似たようなカラーパレット
North color palette created on .