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