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