Serene Waters Tavolozza dei colori
LuminositÃ
Saturazione
Calore
UI Examples
Explore beautiful UI components with Serene Waters palette
tavolozza dei colori Serene Waters CSS
/* CSS */
.color-1 {
color: #a3d5e0;
}
.color-2 {
color: #7dc6d8;
}
.color-3 {
color: #5eb1cf;
}
.color-4 {
color: #45a4c9;
}
.color-5 {
color: #3b98b5;
}
/* CSS Variables */
:root {
--color-1: #a3d5e0;
--color-2: #7dc6d8;
--color-3: #5eb1cf;
--color-4: #45a4c9;
--color-5: #3b98b5;
}
CSS con gradiente di sfondo Serene Waters
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3d5e0, #7dc6d8, #5eb1cf, #45a4c9, #3b98b5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3d5e0, #7dc6d8, #5eb1cf, #45a4c9, #3b98b5);
}
Tavolozze di colori simili
Serene Waters color palette created on .