Blue Radon Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Blue Radon palette

Share this palette to:

Blue Radon color palette CSS

/* CSS */
.color-1 {
color: #2b3c5e;
}
.color-2 {
color: #4d6d93;
}
.color-3 {
color: #6e9dc4;
}
.color-4 {
color: #a8d9f0;
}
.color-5 {
color: #f0a400;
}

/* CSS Variables */
:root {
--color-1: #2b3c5e;
--color-2: #4d6d93;
--color-3: #6e9dc4;
--color-4: #a8d9f0;
--color-5: #f0a400;
}

Blue Radon background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2b3c5e, #4d6d93, #6e9dc4, #a8d9f0, #f0a400);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2b3c5e, #4d6d93, #6e9dc4, #a8d9f0, #f0a400);
}

Blue Radon color palette created on .