Seaside Serenity Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Seaside Serenity palette
Seaside Serenity color palette CSS
/* CSS */
.color-1 {
color: #1f8cad;
}
.color-2 {
color: #2dc5d2;
}
.color-3 {
color: #7be3ea;
}
.color-4 {
color: #f6c80e;
}
.color-5 {
color: #ff6d1f;
}
/* CSS Variables */
:root {
--color-1: #1f8cad;
--color-2: #2dc5d2;
--color-3: #7be3ea;
--color-4: #f6c80e;
--color-5: #ff6d1f;
}
Seaside Serenity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f8cad, #2dc5d2, #7be3ea, #f6c80e, #ff6d1f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f8cad, #2dc5d2, #7be3ea, #f6c80e, #ff6d1f);
}
Similar color palettes
Seaside Serenity color palette created on .