Guardian's Embrace Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Guardian's Embrace palette

Share this palette to:

Guardian's Embrace color palette CSS

/* CSS */
.color-1 {
color: #a6c6ed;
}
.color-2 {
color: #f0a800;
}
.color-3 {
color: #ff5d38;
}
.color-4 {
color: #ff6b70;
}
.color-5 {
color: #ffb3d0;
}

/* CSS Variables */
:root {
--color-1: #a6c6ed;
--color-2: #f0a800;
--color-3: #ff5d38;
--color-4: #ff6b70;
--color-5: #ffb3d0;
}

Guardian's Embrace background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a6c6ed, #f0a800, #ff5d38, #ff6b70, #ffb3d0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a6c6ed, #f0a800, #ff5d38, #ff6b70, #ffb3d0);
}

Guardian's Embrace color palette created on .