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