FrostFeather Color Palette

Discover the beautiful FrostFeather color palette featuring french pass (#bedeff), onahau (#cde6ff), frosted mint (#d5fff2), pink lace (#ffccea) and melrose (#bebfff).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withLavender, Paleblue, Pink 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 FrostFeather palette

Share this palette to:

💻 FrostFeather color palette CSS

/* CSS */
.color-1 {
color: #bedeff;
}
.color-2 {
color: #cde6ff;
}
.color-3 {
color: #d5fff2;
}
.color-4 {
color: #ffccea;
}
.color-5 {
color: #bebfff;
}

/* CSS Variables */
:root {
--color-1: #bedeff;
--color-2: #cde6ff;
--color-3: #d5fff2;
--color-4: #ffccea;
--color-5: #bebfff;
}

🌈 FrostFeather background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #bedeff, #cde6ff, #d5fff2, #ffccea, #bebfff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #bedeff, #cde6ff, #d5fff2, #ffccea, #bebfff);
}

FrostFeather color palette created on .