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