Moonlit Whispers カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Moonlit Whispers palette
Moonlit Whispers カラーパレット CSS
/* CSS */
.color-1 {
color: #f0e5f5;
}
.color-2 {
color: #c4b0e3;
}
.color-3 {
color: #a57bb7;
}
.color-4 {
color: #7c4d9d;
}
.color-5 {
color: #4b2b73;
}
/* CSS Variables */
:root {
--color-1: #f0e5f5;
--color-2: #c4b0e3;
--color-3: #a57bb7;
--color-4: #7c4d9d;
--color-5: #4b2b73;
}
Moonlit Whispers の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0e5f5, #c4b0e3, #a57bb7, #7c4d9d, #4b2b73);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0e5f5, #c4b0e3, #a57bb7, #7c4d9d, #4b2b73);
}
似たようなカラーパレット
下にスクロールして200+個のエステティックカラーパレットを探索しましょう
Moonlit Whispers color palette created on .