Serenity by the Shore Tavolozza dei colori
LuminositÃ
Saturazione
Calore
UI Examples
Explore beautiful UI components with Serenity by the Shore palette
tavolozza dei colori Serenity by the Shore CSS
/* CSS */
.color-1 {
color: #1e99ae;
}
.color-2 {
color: #a3cfe0;
}
.color-3 {
color: #f1e9e4;
}
.color-4 {
color: #f6d2a7;
}
.color-5 {
color: #e29f3c;
}
/* CSS Variables */
:root {
--color-1: #1e99ae;
--color-2: #a3cfe0;
--color-3: #f1e9e4;
--color-4: #f6d2a7;
--color-5: #e29f3c;
}
CSS con gradiente di sfondo Serenity by the Shore
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e99ae, #a3cfe0, #f1e9e4, #f6d2a7, #e29f3c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e99ae, #a3cfe0, #f1e9e4, #f6d2a7, #e29f3c);
}
Tavolozze di colori simili
Serenity by the Shore color palette created on .