"Dreamy Ocean Vibes" Tavolozza dei colori
Luminositร
Saturazione
Calore
UI Examples
Explore beautiful UI components with "Dreamy Ocean Vibes" palette
tavolozza dei colori "Dreamy Ocean Vibes" CSS
/* CSS */
.color-1 {
color: #a5f7f8;
}
.color-2 {
color: #44d9f3;
}
.color-3 {
color: #6372a1;
}
.color-4 {
color: #f702f3;
}
.color-5 {
color: #193acc;
}
/* CSS Variables */
:root {
--color-1: #a5f7f8;
--color-2: #44d9f3;
--color-3: #6372a1;
--color-4: #f702f3;
--color-5: #193acc;
}
CSS con gradiente di sfondo "Dreamy Ocean Vibes"
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a5f7f8, #44d9f3, #6372a1, #f702f3, #193acc);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a5f7f8, #44d9f3, #6372a1, #f702f3, #193acc);
}
Tavolozze di colori simili
"Dreamy Ocean Vibes" color palette created on .