Quinnley's Embrace Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Quinnley's Embrace palette

Share this palette to:

Quinnley's Embrace color palette CSS

/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #6bb8b4;
}
.color-3 {
color: #ffc300;
}
.color-4 {
color: #f9aeae;
}
.color-5 {
color: #ff9b85;
}

/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #6bb8b4;
--color-3: #ffc300;
--color-4: #f9aeae;
--color-5: #ff9b85;
}

Quinnley's Embrace background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #6bb8b4, #ffc300, #f9aeae, #ff9b85);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #6bb8b4, #ffc300, #f9aeae, #ff9b85);
}

Quinnley's Embrace color palette created on .