Serene Shores Tavolozza dei colori
LuminositÃ
Saturazione
Calore
UI Examples
Explore beautiful UI components with Serene Shores palette
tavolozza dei colori Serene Shores CSS
/* CSS */
.color-1 {
color: #a4c2db;
}
.color-2 {
color: #b1e0e7;
}
.color-3 {
color: #e0f7fa;
}
.color-4 {
color: #e6b2d2;
}
.color-5 {
color: #f2b4a6;
}
/* CSS Variables */
:root {
--color-1: #a4c2db;
--color-2: #b1e0e7;
--color-3: #e0f7fa;
--color-4: #e6b2d2;
--color-5: #f2b4a6;
}
CSS con gradiente di sfondo Serene Shores
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a4c2db, #b1e0e7, #e0f7fa, #e6b2d2, #f2b4a6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a4c2db, #b1e0e7, #e0f7fa, #e6b2d2, #f2b4a6);
}
Tavolozze di colori simili
Serene Shores color palette created on .