Shades of Blue Ghostie Tavolozza dei colori
LuminositÃ
Saturazione
Calore
UI Examples
Explore beautiful UI components with Shades of Blue Ghostie palette
tavolozza dei colori Shades of Blue Ghostie CSS
/* CSS */
.color-1 {
color: #f0e5e9;
}
.color-2 {
color: #b6c8d8;
}
.color-3 {
color: #85a2b7;
}
.color-4 {
color: #4d7f9d;
}
.color-5 {
color: #2b5c7d;
}
/* CSS Variables */
:root {
--color-1: #f0e5e9;
--color-2: #b6c8d8;
--color-3: #85a2b7;
--color-4: #4d7f9d;
--color-5: #2b5c7d;
}
CSS con gradiente di sfondo Shades of Blue Ghostie
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0e5e9, #b6c8d8, #85a2b7, #4d7f9d, #2b5c7d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0e5e9, #b6c8d8, #85a2b7, #4d7f9d, #2b5c7d);
}
Tavolozze di colori simili
Shades of Blue Ghostie color palette created on .