ColorCrawler
Color Palette IdeasCreate
FacebookXWhatsAppTelegramReddit

Website

  • Color Palette Ideas

Free Color Tools

  • Color Picker
  • Color Converters
  • Contrast Checker
  • Color Wheel

Help & Info

  • Contact
  • About
  • Privacy
  • Terms

Language

© 2025 ColorCrawler. All Rights Reserved.
FacebookXWhatsAppTelegramReddit

Korean Navy Serenity color palette created on Feb 24, 2025, 6:57:42 AM.

29 views

Korean Navy Serenity

This palette evokes the calmness of the deep sea and the vibrant hues of coastal life

Color Adjustments

Korean Navy Serenity Color Palette CSS

/* CSS */
.color-1 {
  color: #001F3F;
}

.color-2 {
  color: #005B96;
}

.color-3 {
  color: #007B9A;
}

.color-4 {
  color: #00B2A9;
}

.color-5 {
  color: #A7D3E0;
}

/* CSS Variables */
:root {
  --color-1: #001F3F;
  --color-2: #005B96;
  --color-3: #007B9A;
  --color-4: #00B2A9;
  --color-5: #A7D3E0;
}

Korean Navy Serenity Gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #001F3F, #005B96, #007B9A, #00B2A9, #A7D3E0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #001F3F, #005B96, #007B9A, #00B2A9, #A7D3E0);
}