Caspian Serenity Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Caspian Serenity palette

Share this palette to:

Caspian Serenity color palette CSS

/* CSS */
.color-1 {
color: #0099cc;
}
.color-2 {
color: #66b2e5;
}
.color-3 {
color: #a4d1e5;
}
.color-4 {
color: #f2deb1;
}
.color-5 {
color: #ff6e61;
}

/* CSS Variables */
:root {
--color-1: #0099cc;
--color-2: #66b2e5;
--color-3: #a4d1e5;
--color-4: #f2deb1;
--color-5: #ff6e61;
}

Caspian Serenity background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0099cc, #66b2e5, #a4d1e5, #f2deb1, #ff6e61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0099cc, #66b2e5, #a4d1e5, #f2deb1, #ff6e61);
}

Caspian Serenity color palette created on .