Poseidon Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Poseidon palette

Share this palette to:

Download Poseidon Color Palette (PNG)

Download poseidon color palette PNG image (landscape)
Download poseidon color palette PNG image (square)

Poseidon color palette CSS

/* CSS */
.color-1 {
color: #4c8db8;
}
.color-2 {
color: #3a7a9c;
}
.color-3 {
color: #2e5f76;
}
.color-4 {
color: #1a3f4c;
}
.color-5 {
color: #0d2730;
}

/* CSS Variables */
:root {
--color-1: #4c8db8;
--color-2: #3a7a9c;
--color-3: #2e5f76;
--color-4: #1a3f4c;
--color-5: #0d2730;
}

Poseidon background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4c8db8, #3a7a9c, #2e5f76, #1a3f4c, #0d2730);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4c8db8, #3a7a9c, #2e5f76, #1a3f4c, #0d2730);
}

Poseidon color palette created on .