Blue Ice Cream Galaxy Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Blue Ice Cream Galaxy palette
Blue Ice Cream Galaxy color palette CSS
/* CSS */
.color-1 {
color: #f6d5e2;
}
.color-2 {
color: #a3c7e0;
}
.color-3 {
color: #6f9cc8;
}
.color-4 {
color: #4b7bec;
}
.color-5 {
color: #2b4f82;
}
/* CSS Variables */
:root {
--color-1: #f6d5e2;
--color-2: #a3c7e0;
--color-3: #6f9cc8;
--color-4: #4b7bec;
--color-5: #2b4f82;
}
Blue Ice Cream Galaxy background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6d5e2, #a3c7e0, #6f9cc8, #4b7bec, #2b4f82);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6d5e2, #a3c7e0, #6f9cc8, #4b7bec, #2b4f82);
}
Similar color palettes
Blue Ice Cream Galaxy color palette created on .