Titan's Embrace Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Titan's Embrace palette

Share this palette to:

Titan's Embrace color palette CSS

/* CSS */
.color-1 {
color: #3b4b9b;
}
.color-2 {
color: #5c7999;
}
.color-3 {
color: #8cd08b;
}
.color-4 {
color: #f4e1a4;
}
.color-5 {
color: #ea693e;
}

/* CSS Variables */
:root {
--color-1: #3b4b9b;
--color-2: #5c7999;
--color-3: #8cd08b;
--color-4: #f4e1a4;
--color-5: #ea693e;
}

Titan's Embrace background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3b4b9b, #5c7999, #8cd08b, #f4e1a4, #ea693e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3b4b9b, #5c7999, #8cd08b, #f4e1a4, #ea693e);
}

Titan's Embrace color palette created on .