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