Cosmic Tropics Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Cosmic Tropics palette

Share this palette to:

Cosmic Tropics color palette PNG image

Download cosmic tropics color palette PNG image (landscape)
Download cosmic tropics color palette PNG image (square)

Cosmic Tropics color palette CSS

/* CSS */
.color-1 {
color: #1f1f1f;
}
.color-2 {
color: #4a8c89;
}
.color-3 {
color: #7bc6c1;
}
.color-4 {
color: #f7c750;
}
.color-5 {
color: #f15e4b;
}

/* CSS Variables */
:root {
--color-1: #1f1f1f;
--color-2: #4a8c89;
--color-3: #7bc6c1;
--color-4: #f7c750;
--color-5: #f15e4b;
}

Cosmic Tropics background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f1f1f, #4a8c89, #7bc6c1, #f7c750, #f15e4b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f1f1f, #4a8c89, #7bc6c1, #f7c750, #f15e4b);
}

Cosmic Tropics color palette created on .