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