Teal Megatron Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Teal Megatron palette

Share this palette to:

Teal Megatron color palette CSS

/* CSS */
.color-1 {
color: #1e4e6b;
}
.color-2 {
color: #4fa3b0;
}
.color-3 {
color: #7ac6c7;
}
.color-4 {
color: #a8e1d8;
}
.color-5 {
color: #f6e3b6;
}

/* CSS Variables */
:root {
--color-1: #1e4e6b;
--color-2: #4fa3b0;
--color-3: #7ac6c7;
--color-4: #a8e1d8;
--color-5: #f6e3b6;
}

Teal Megatron background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e4e6b, #4fa3b0, #7ac6c7, #a8e1d8, #f6e3b6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e4e6b, #4fa3b0, #7ac6c7, #a8e1d8, #f6e3b6);
}

Teal Megatron color palette created on .