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