Lunar Whisper Tavolozza dei colori
LuminositÃ
Saturazione
Calore
UI Examples
Explore beautiful UI components with Lunar Whisper palette
tavolozza dei colori 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;
}
CSS con gradiente di sfondo Lunar Whisper
/* 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);
}
Tavolozze di colori simili
Lunar Whisper color palette created on .