Serenity of the Sea Tavolozza dei colori
LuminositÃ
Saturazione
Calore
UI Examples
Explore beautiful UI components with Serenity of the Sea palette
tavolozza dei colori Serenity of the Sea CSS
/* CSS */
.color-1 {
color: #3a8e9c;
}
.color-2 {
color: #59b5c9;
}
.color-3 {
color: #79d2e6;
}
.color-4 {
color: #9de0f1;
}
.color-5 {
color: #c7f3ff;
}
/* CSS Variables */
:root {
--color-1: #3a8e9c;
--color-2: #59b5c9;
--color-3: #79d2e6;
--color-4: #9de0f1;
--color-5: #c7f3ff;
}
CSS con gradiente di sfondo Serenity of the Sea
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3a8e9c, #59b5c9, #79d2e6, #9de0f1, #c7f3ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3a8e9c, #59b5c9, #79d2e6, #9de0f1, #c7f3ff);
}
Tavolozze di colori simili
Serenity of the Sea color palette created on .