Whispers of Rain Tavolozza dei colori
LuminositÃ
Saturazione
Calore
UI Examples
Explore beautiful UI components with Whispers of Rain palette
tavolozza dei colori Whispers of Rain CSS
/* CSS */
.color-1 {
color: #4b91e2;
}
.color-2 {
color: #80b4f4;
}
.color-3 {
color: #a2c7e7;
}
.color-4 {
color: #d1e8f5;
}
.color-5 {
color: #f5f9ff;
}
/* CSS Variables */
:root {
--color-1: #4b91e2;
--color-2: #80b4f4;
--color-3: #a2c7e7;
--color-4: #d1e8f5;
--color-5: #f5f9ff;
}
CSS con gradiente di sfondo Whispers of Rain
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b91e2, #80b4f4, #a2c7e7, #d1e8f5, #f5f9ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b91e2, #80b4f4, #a2c7e7, #d1e8f5, #f5f9ff);
}
Tavolozze di colori simili
Whispers of Rain color palette created on .