Serenity by the Sea Tavolozza dei colori
LuminositÃ
Saturazione
Calore
UI Examples
Explore beautiful UI components with Serenity by the Sea palette
tavolozza dei colori Serenity by the Sea CSS
/* CSS */
.color-1 {
color: #59809b;
}
.color-2 {
color: #699fb5;
}
.color-3 {
color: #8ec5d7;
}
.color-4 {
color: #f6c5a2;
}
.color-5 {
color: #f9b0a9;
}
/* CSS Variables */
:root {
--color-1: #59809b;
--color-2: #699fb5;
--color-3: #8ec5d7;
--color-4: #f6c5a2;
--color-5: #f9b0a9;
}
CSS con gradiente di sfondo Serenity by the Sea
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #59809b, #699fb5, #8ec5d7, #f6c5a2, #f9b0a9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #59809b, #699fb5, #8ec5d7, #f6c5a2, #f9b0a9);
}
Tavolozze di colori simili
Serenity by the Sea color palette created on .