Lunar Whisper カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Lunar Whisper palette
Lunar Whisper カラーパレット CSS
/* CSS */
.color-1 {
color: #e9d4b9;
}
.color-2 {
color: #b2a199;
}
.color-3 {
color: #6b5e6e;
}
.color-4 {
color: #4c3e70;
}
.color-5 {
color: #2a2c41;
}
/* CSS Variables */
:root {
--color-1: #e9d4b9;
--color-2: #b2a199;
--color-3: #6b5e6e;
--color-4: #4c3e70;
--color-5: #2a2c41;
}
Lunar Whisper の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e9d4b9, #b2a199, #6b5e6e, #4c3e70, #2a2c41);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e9d4b9, #b2a199, #6b5e6e, #4c3e70, #2a2c41);
}
似たようなカラーパレット
下にスクロールして90+個のベージュカラーパレットを探索しましょう
Lunar Whisper color palette created on .