Camping Nature Ocean Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Camping Nature Ocean palette

Share this palette to:

Camping Nature Ocean color palette PNG image

Download camping nature ocean color palette PNG image (landscape)
Download camping nature ocean color palette PNG image (square)

Camping Nature Ocean color palette CSS

/* CSS */
.color-1 {
color: #00778a;
}
.color-2 {
color: #5ac7d8;
}
.color-3 {
color: #a0e9e4;
}
.color-4 {
color: #f0f5ef;
}
.color-5 {
color: #f6b83c;
}

/* CSS Variables */
:root {
--color-1: #00778a;
--color-2: #5ac7d8;
--color-3: #a0e9e4;
--color-4: #f0f5ef;
--color-5: #f6b83c;
}

Camping Nature Ocean background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00778a, #5ac7d8, #a0e9e4, #f0f5ef, #f6b83c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00778a, #5ac7d8, #a0e9e4, #f0f5ef, #f6b83c);
}

Camping Nature Ocean color palette created on .