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