Threaded Serenity Color Palette

Discover the beautiful Threaded Serenity color palette featuring coral (#ff8052), texas rose (#ffb84d), albescent white (#f6e6d5), jordy blue (#90d3f4) and horizon (#5b8f9f).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Coral, Orange, Blue, Aesthetic color palettes and combinations.

💡 What You Can Do

ColorMagic makes it easy to:
  • •Copy precise HEX codes and RGB values for your designs
  • •Adjust its brightness, saturation, and warmth to create new variations
  • •Preview UI components to see how colors work in real interfaces
  • •Copy CSS code including background gradients and color variables
  • •Download the palette
  • •Share your palette with team members and clients

🎨 Preview UI Components

UI Examples

Explore beautiful UI components with Threaded Serenity palette

Share this palette to:

💻 Threaded Serenity color palette CSS

/* CSS */
.color-1 {
color: #ff8052;
}
.color-2 {
color: #ffb84d;
}
.color-3 {
color: #f6e6d5;
}
.color-4 {
color: #90d3f4;
}
.color-5 {
color: #5b8f9f;
}

/* CSS Variables */
:root {
--color-1: #ff8052;
--color-2: #ffb84d;
--color-3: #f6e6d5;
--color-4: #90d3f4;
--color-5: #5b8f9f;
}

🌈 Threaded Serenity background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff8052, #ffb84d, #f6e6d5, #90d3f4, #5b8f9f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff8052, #ffb84d, #f6e6d5, #90d3f4, #5b8f9f);
}

Threaded Serenity color palette created on .