Abyssal Whimsy Color Palette

Discover the beautiful Abyssal Whimsy color palette featuring curious blue (#399fd5), sky blue (#6fc7e7), cornflower (#92d4e8), mandys pink (#f1c2a2) and froly (#f27d83).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Blue, Bright, Summer, Tropical 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 Abyssal Whimsy palette

Share this palette to:

💻 Abyssal Whimsy color palette CSS

/* CSS */
.color-1 {
color: #399fd5;
}
.color-2 {
color: #6fc7e7;
}
.color-3 {
color: #92d4e8;
}
.color-4 {
color: #f1c2a2;
}
.color-5 {
color: #f27d83;
}

/* CSS Variables */
:root {
--color-1: #399fd5;
--color-2: #6fc7e7;
--color-3: #92d4e8;
--color-4: #f1c2a2;
--color-5: #f27d83;
}

🌈 Abyssal Whimsy background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #399fd5, #6fc7e7, #92d4e8, #f1c2a2, #f27d83);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #399fd5, #6fc7e7, #92d4e8, #f1c2a2, #f27d83);
}

Abyssal Whimsy color palette created on .