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: #1e3b8a;
}
.color-2 {
color: #61a6fa;
}
.color-3 {
color: #a7caa0;
}
.color-4 {
color: #facc14;
}
.color-5 {
color: #f9fafb;
}
/* CSS Variables */
:root {
--color-1: #1e3b8a;
--color-2: #61a6fa;
--color-3: #a7caa0;
--color-4: #facc14;
--color-5: #f9fafb;
}
CSS con gradiente di sfondo Serenity by the Shore
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e3b8a, #61a6fa, #a7caa0, #facc14, #f9fafb);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e3b8a, #61a6fa, #a7caa0, #facc14, #f9fafb);
}
Tavolozze di colori simili
Serenity by the Shore color palette created on .