Kyralith Color Palette

Discover the beautiful Kyralith color palette featuring sea pink (#f0a3a3), ronchi (#f1b74b), conifer (#a2d94a), picton blue (#51b8e1) and calypso (#3c7b9a).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Summer, Beach, Vibrant, Green, Blue, Yellow, Coral, Light, 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 Kyralith palette

Share this palette to:

💻 Kyralith color palette CSS

/* CSS */
.color-1 {
color: #f0a3a3;
}
.color-2 {
color: #f1b74b;
}
.color-3 {
color: #a2d94a;
}
.color-4 {
color: #51b8e1;
}
.color-5 {
color: #3c7b9a;
}

/* CSS Variables */
:root {
--color-1: #f0a3a3;
--color-2: #f1b74b;
--color-3: #a2d94a;
--color-4: #51b8e1;
--color-5: #3c7b9a;
}

🌈 Kyralith background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0a3a3, #f1b74b, #a2d94a, #51b8e1, #3c7b9a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0a3a3, #f1b74b, #a2d94a, #51b8e1, #3c7b9a);
}

Kyralith color palette created on .