Turtle Serenity Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Turtle Serenity palette
Turtle Serenity color palette CSS
/* CSS */
.color-1 {
color: #b2e8b0;
}
.color-2 {
color: #a3d7d0;
}
.color-3 {
color: #f4c49f;
}
.color-4 {
color: #f39b9f;
}
.color-5 {
color: #d46e6f;
}
/* CSS Variables */
:root {
--color-1: #b2e8b0;
--color-2: #a3d7d0;
--color-3: #f4c49f;
--color-4: #f39b9f;
--color-5: #d46e6f;
}
Turtle Serenity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b2e8b0, #a3d7d0, #f4c49f, #f39b9f, #d46e6f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b2e8b0, #a3d7d0, #f4c49f, #f39b9f, #d46e6f);
}
Similar color palettes
Turtle Serenity color palette created on .