Abyssal Whispers Color Palette

Discover the beautiful Abyssal Whispers color palette featuring picton blue (#4fb8e8), pelorous (#3c9fc3), jelly bean (#2a7e98), blumine (#1b5b79) and nile blue (#1a3d5b).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Blue, Bright, Coastal, 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 Whispers palette

Share this palette to:

💻 Abyssal Whispers color palette CSS

/* CSS */
.color-1 {
color: #4fb8e8;
}
.color-2 {
color: #3c9fc3;
}
.color-3 {
color: #2a7e98;
}
.color-4 {
color: #1b5b79;
}
.color-5 {
color: #1a3d5b;
}

/* CSS Variables */
:root {
--color-1: #4fb8e8;
--color-2: #3c9fc3;
--color-3: #2a7e98;
--color-4: #1b5b79;
--color-5: #1a3d5b;
}

🌈 Abyssal Whispers background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4fb8e8, #3c9fc3, #2a7e98, #1b5b79, #1a3d5b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4fb8e8, #3c9fc3, #2a7e98, #1b5b79, #1a3d5b);
}

Abyssal Whispers color palette created on .