Frosted Reverie Color Palette

Discover the beautiful Frosted Reverie color palette featuring picton blue (#5cc0eb), dodger blue (#3884ff), electric violet (#8236ec), rose (#ff006e) and amber (#ffbe0a).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Blue, Vibrant, Cool Summer, Light 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 Frosted Reverie palette

Share this palette to:

💻 Frosted Reverie color palette CSS

/* CSS */
.color-1 {
color: #5cc0eb;
}
.color-2 {
color: #3884ff;
}
.color-3 {
color: #8236ec;
}
.color-4 {
color: #ff006e;
}
.color-5 {
color: #ffbe0a;
}

/* CSS Variables */
:root {
--color-1: #5cc0eb;
--color-2: #3884ff;
--color-3: #8236ec;
--color-4: #ff006e;
--color-5: #ffbe0a;
}

🌈 Frosted Reverie background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5cc0eb, #3884ff, #8236ec, #ff006e, #ffbe0a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5cc0eb, #3884ff, #8236ec, #ff006e, #ffbe0a);
}

Frosted Reverie color palette created on .