Wife of a Scientist Color Palette

Discover the beautiful Wife of a Scientist color palette featuring rose fog (#e8c8b5), sidecar (#f5e5c7), wheat (#f4d5a9), blossom (#d8b0c3) and strikemaster (#7d4f7a).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Bright, Cream, Earthy, Elegant, Modern, Peach, Pink, Soft, 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 Wife of a Scientist palette

Share this palette to:

💻 Wife of a Scientist color palette CSS

/* CSS */
.color-1 {
color: #e8c8b5;
}
.color-2 {
color: #f5e5c7;
}
.color-3 {
color: #f4d5a9;
}
.color-4 {
color: #d8b0c3;
}
.color-5 {
color: #7d4f7a;
}

/* CSS Variables */
:root {
--color-1: #e8c8b5;
--color-2: #f5e5c7;
--color-3: #f4d5a9;
--color-4: #d8b0c3;
--color-5: #7d4f7a;
}

🌈 Wife of a Scientist background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e8c8b5, #f5e5c7, #f4d5a9, #d8b0c3, #7d4f7a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e8c8b5, #f5e5c7, #f4d5a9, #d8b0c3, #7d4f7a);
}

Wife of a Scientist color palette created on .