Rafi Color Palette

Discover the beautiful Rafi color palette featuring smalt blue (#517990), shadow green (#8dbfbe), aqua island (#afdfdf), sidecar (#f3e6b4) and wewak (#f5aea3).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBlue, Teal, Turquoise, Cream, Peach, Earthy, Soft, Vibrant, Spring, Summer 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 Rafi palette

Share this palette to:

💻 Rafi color palette CSS

/* CSS */
.color-1 {
color: #517990;
}
.color-2 {
color: #8dbfbe;
}
.color-3 {
color: #afdfdf;
}
.color-4 {
color: #f3e6b4;
}
.color-5 {
color: #f5aea3;
}

/* CSS Variables */
:root {
--color-1: #517990;
--color-2: #8dbfbe;
--color-3: #afdfdf;
--color-4: #f3e6b4;
--color-5: #f5aea3;
}

🌈 Rafi background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #517990, #8dbfbe, #afdfdf, #f3e6b4, #f5aea3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #517990, #8dbfbe, #afdfdf, #f3e6b4, #f5aea3);
}

Rafi color palette created on .