Cypress Serenity Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Cypress Serenity palette
Cypress Serenity color palette CSS
/* CSS */
.color-1 {
color: #1b4b3d;
}
.color-2 {
color: #3b8c70;
}
.color-3 {
color: #6dc0a3;
}
.color-4 {
color: #a6e3d6;
}
.color-5 {
color: #e9f6f4;
}
/* CSS Variables */
:root {
--color-1: #1b4b3d;
--color-2: #3b8c70;
--color-3: #6dc0a3;
--color-4: #a6e3d6;
--color-5: #e9f6f4;
}
Cypress Serenity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1b4b3d, #3b8c70, #6dc0a3, #a6e3d6, #e9f6f4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1b4b3d, #3b8c70, #6dc0a3, #a6e3d6, #e9f6f4);
}
Similar color palettes
Cypress Serenity color palette created on .