Deep Blue Moon Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Deep Blue Moon palette
Deep Blue Moon color palette PNG image
Deep Blue Moon color palette CSS
/* CSS */
.color-1 {
color: #2f296a;
}
.color-2 {
color: #4c4f90;
}
.color-3 {
color: #697abf;
}
.color-4 {
color: #a4afd6;
}
.color-5 {
color: #e5e0ff;
}
/* CSS Variables */
:root {
--color-1: #2f296a;
--color-2: #4c4f90;
--color-3: #697abf;
--color-4: #a4afd6;
--color-5: #e5e0ff;
}
Deep Blue Moon background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2f296a, #4c4f90, #697abf, #a4afd6, #e5e0ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2f296a, #4c4f90, #697abf, #a4afd6, #e5e0ff);
}
Similar color palettes
Deep Blue Moon color palette created on .