Blue Selene Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Blue Selene palette

Share this palette to:

Blue Selene color palette CSS

/* CSS */
.color-1 {
color: #a2c2e6;
}
.color-2 {
color: #6d9ab6;
}
.color-3 {
color: #497a9c;
}
.color-4 {
color: #3a5b78;
}
.color-5 {
color: #1e3d57;
}

/* CSS Variables */
:root {
--color-1: #a2c2e6;
--color-2: #6d9ab6;
--color-3: #497a9c;
--color-4: #3a5b78;
--color-5: #1e3d57;
}

Blue Selene background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a2c2e6, #6d9ab6, #497a9c, #3a5b78, #1e3d57);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a2c2e6, #6d9ab6, #497a9c, #3a5b78, #1e3d57);
}

Blue Selene color palette created on .