The Moon's Radiance カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with The Moon's Radiance palette
カラーインスピレーション
実際のデザインでこのカラーパレットを紹介する画像
The Moon's Radiance カラーパレット (PNG) をダウンロード
The Moon's Radiance カラーパレット CSS
/* CSS */
.color-1 {
color: #e0c3f4;
}
.color-2 {
color: #d19fe0;
}
.color-3 {
color: #b673c9;
}
.color-4 {
color: #9c4f99;
}
.color-5 {
color: #713d70;
}
/* CSS Variables */
:root {
--color-1: #e0c3f4;
--color-2: #d19fe0;
--color-3: #b673c9;
--color-4: #9c4f99;
--color-5: #713d70;
}
The Moon's Radiance の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e0c3f4, #d19fe0, #b673c9, #9c4f99, #713d70);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e0c3f4, #d19fe0, #b673c9, #9c4f99, #713d70);
}
似たようなカラーパレット
The Moon's Radiance color palette created on .