Serene Aqua Breeze Tavolozza dei colori
Luminositร
Saturazione
Calore
UI Examples
Explore beautiful UI components with Serene Aqua Breeze palette
tavolozza dei colori Serene Aqua Breeze CSS
/* CSS */
.color-1 {
color: #ffffff;
}
.color-2 {
color: #e4f7f1;
}
.color-3 {
color: #c5e7e3;
}
.color-4 {
color: #9fd3d6;
}
.color-5 {
color: #74b1be;
}
/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #e4f7f1;
--color-3: #c5e7e3;
--color-4: #9fd3d6;
--color-5: #74b1be;
}
CSS con gradiente di sfondo Serene Aqua Breeze
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #e4f7f1, #c5e7e3, #9fd3d6, #74b1be);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #e4f7f1, #c5e7e3, #9fd3d6, #74b1be);
}
Tavolozze di colori simili
Serene Aqua Breeze color palette created on .