Lunar Whisper カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Lunar Whisper palette

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

Lunar Whisper カラーパレット CSS

/* CSS */
.color-1 {
color: #f0e2fd;
}
.color-2 {
color: #cac2e0;
}
.color-3 {
color: #a7a3d7;
}
.color-4 {
color: #8f8cc5;
}
.color-5 {
color: #5c6b99;
}

/* CSS Variables */
:root {
--color-1: #f0e2fd;
--color-2: #cac2e0;
--color-3: #a7a3d7;
--color-4: #8f8cc5;
--color-5: #5c6b99;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0e2fd, #cac2e0, #a7a3d7, #8f8cc5, #5c6b99);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0e2fd, #cac2e0, #a7a3d7, #8f8cc5, #5c6b99);
}

Lunar Whisper color palette created on .