Xyla Blue Ocean Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Xyla Blue Ocean palette

Share this palette to:

Xyla Blue Ocean color palette CSS

/* CSS */
.color-1 {
color: #1d4d8b;
}
.color-2 {
color: #2a7b9d;
}
.color-3 {
color: #3db5d6;
}
.color-4 {
color: #a1dfe8;
}
.color-5 {
color: #f0b2c5;
}

/* CSS Variables */
:root {
--color-1: #1d4d8b;
--color-2: #2a7b9d;
--color-3: #3db5d6;
--color-4: #a1dfe8;
--color-5: #f0b2c5;
}

Xyla Blue Ocean background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1d4d8b, #2a7b9d, #3db5d6, #a1dfe8, #f0b2c5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1d4d8b, #2a7b9d, #3db5d6, #a1dfe8, #f0b2c5);
}

Xyla Blue Ocean color palette created on .