Posidon Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Posidon palette
Posidon color palette PNG image
Posidon color palette CSS
/* CSS */
.color-1 {
color: #1f4f65;
}
.color-2 {
color: #2c6c7d;
}
.color-3 {
color: #9ec2c0;
}
.color-4 {
color: #d5cfbe;
}
.color-5 {
color: #ad8848;
}
/* CSS Variables */
:root {
--color-1: #1f4f65;
--color-2: #2c6c7d;
--color-3: #9ec2c0;
--color-4: #d5cfbe;
--color-5: #ad8848;
}
Posidon background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f4f65, #2c6c7d, #9ec2c0, #d5cfbe, #ad8848);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f4f65, #2c6c7d, #9ec2c0, #d5cfbe, #ad8848);
}
Similar color palettes
Posidon color palette created on .