Turtle's Embrace Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Turtle's Embrace palette

Share this palette to:

Turtle's Embrace color palette CSS

/* CSS */
.color-1 {
color: #00805e;
}
.color-2 {
color: #a7d3c0;
}
.color-3 {
color: #f0e6d1;
}
.color-4 {
color: #f9c54e;
}
.color-5 {
color: #f94346;
}

/* CSS Variables */
:root {
--color-1: #00805e;
--color-2: #a7d3c0;
--color-3: #f0e6d1;
--color-4: #f9c54e;
--color-5: #f94346;
}

Turtle's Embrace background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00805e, #a7d3c0, #f0e6d1, #f9c54e, #f94346);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00805e, #a7d3c0, #f0e6d1, #f9c54e, #f94346);
}

Turtle's Embrace color palette created on .