Blue Planet Core Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Blue Planet Core palette
Blue Planet Core color palette CSS
/* CSS */
.color-1 {
color: #3d5a8f;
}
.color-2 {
color: #5d8ebb;
}
.color-3 {
color: #a2c7e7;
}
.color-4 {
color: #e3b063;
}
.color-5 {
color: #c15f3e;
}
/* CSS Variables */
:root {
--color-1: #3d5a8f;
--color-2: #5d8ebb;
--color-3: #a2c7e7;
--color-4: #e3b063;
--color-5: #c15f3e;
}
Blue Planet Core background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3d5a8f, #5d8ebb, #a2c7e7, #e3b063, #c15f3e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3d5a8f, #5d8ebb, #a2c7e7, #e3b063, #c15f3e);
}
Similar color palettes
Blue Planet Core color palette created on .