70s Deep Blue Malayan Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with 70s Deep Blue Malayan palette

Share this palette to:

70s Deep Blue Malayan color palette CSS

/* CSS */
.color-1 {
color: #1c3f73;
}
.color-2 {
color: #3b699b;
}
.color-3 {
color: #5e9acf;
}
.color-4 {
color: #80c6e0;
}
.color-5 {
color: #a3e3f0;
}

/* CSS Variables */
:root {
--color-1: #1c3f73;
--color-2: #3b699b;
--color-3: #5e9acf;
--color-4: #80c6e0;
--color-5: #a3e3f0;
}

70s Deep Blue Malayan background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1c3f73, #3b699b, #5e9acf, #80c6e0, #a3e3f0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1c3f73, #3b699b, #5e9acf, #80c6e0, #a3e3f0);
}

70s Deep Blue Malayan color palette created on .