Lunar Whisper カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Lunar Whisper palette

このパレットを共有する先:

Lunar Whisper カラーパレット CSS

/* CSS */
.color-1 {
color: #dbe2f5;
}
.color-2 {
color: #a3c2e0;
}
.color-3 {
color: #74b0d8;
}
.color-4 {
color: #5a9bd8;
}
.color-5 {
color: #3e7ab6;
}

/* CSS Variables */
:root {
--color-1: #dbe2f5;
--color-2: #a3c2e0;
--color-3: #74b0d8;
--color-4: #5a9bd8;
--color-5: #3e7ab6;
}

Lunar Whisper の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #dbe2f5, #a3c2e0, #74b0d8, #5a9bd8, #3e7ab6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #dbe2f5, #a3c2e0, #74b0d8, #5a9bd8, #3e7ab6);
}

Lunar Whisper color palette created on .