Cool Teal Color Palette
Discover the beautiful Cool Teal color palette featuring morning glory (#a3d7e0), horizon (#5b8e9f), limed spruce (#3b4d54), outer space (#2a393c) and shark (#1c2426).
Brightness
Saturation
Warmth
๐ก 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 Cool Teal palette
๐ป Cool Teal color palette CSS
/* CSS */
.color-1 {
color: #a3d7e0;
}
.color-2 {
color: #5b8e9f;
}
.color-3 {
color: #3b4d54;
}
.color-4 {
color: #2a393c;
}
.color-5 {
color: #1c2426;
}
/* CSS Variables */
:root {
--color-1: #a3d7e0;
--color-2: #5b8e9f;
--color-3: #3b4d54;
--color-4: #2a393c;
--color-5: #1c2426;
}
๐ Cool Teal background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3d7e0, #5b8e9f, #3b4d54, #2a393c, #1c2426);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3d7e0, #5b8e9f, #3b4d54, #2a393c, #1c2426);
}
๐ Explore similar color palettes
Cool Teal color palette created on .