Blue Novalite カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Blue Novalite palette
Blue Novalite カラーパレット CSS
/* CSS */
.color-1 {
color: #1d2a6d;
}
.color-2 {
color: #2a4a8d;
}
.color-3 {
color: #5d7eb6;
}
.color-4 {
color: #87a8d4;
}
.color-5 {
color: #b3e0ff;
}
/* CSS Variables */
:root {
--color-1: #1d2a6d;
--color-2: #2a4a8d;
--color-3: #5d7eb6;
--color-4: #87a8d4;
--color-5: #b3e0ff;
}
Blue Novalite の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1d2a6d, #2a4a8d, #5d7eb6, #87a8d4, #b3e0ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1d2a6d, #2a4a8d, #5d7eb6, #87a8d4, #b3e0ff);
}
似たようなカラーパレット
Blue Novalite color palette created on .