Sunlit Shores Tavolozza dei colori
Luminosità
Saturazione
Calore
UI Examples
Explore beautiful UI components with Sunlit Shores palette
tavolozza dei colori Sunlit Shores CSS
/* CSS */
.color-1 {
color: #3d75a4;
}
.color-2 {
color: #5c9ec1;
}
.color-3 {
color: #79b0d8;
}
.color-4 {
color: #f4cf3e;
}
.color-5 {
color: #f79c40;
}
/* CSS Variables */
:root {
--color-1: #3d75a4;
--color-2: #5c9ec1;
--color-3: #79b0d8;
--color-4: #f4cf3e;
--color-5: #f79c40;
}
CSS con gradiente di sfondo Sunlit Shores
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3d75a4, #5c9ec1, #79b0d8, #f4cf3e, #f79c40);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3d75a4, #5c9ec1, #79b0d8, #f4cf3e, #f79c40);
}
Tavolozze di colori simili
Sunlit Shores color palette created on .