Aqua Dreamscape Tavolozza dei colori
LuminositÃ
Saturazione
Calore
UI Examples
Explore beautiful UI components with Aqua Dreamscape palette
tavolozza dei colori Aqua Dreamscape CSS
/* CSS */
.color-1 {
color: #00b4e0;
}
.color-2 {
color: #1bd7e4;
}
.color-3 {
color: #4ae0e3;
}
.color-4 {
color: #8be9e3;
}
.color-5 {
color: #b3f4e4;
}
/* CSS Variables */
:root {
--color-1: #00b4e0;
--color-2: #1bd7e4;
--color-3: #4ae0e3;
--color-4: #8be9e3;
--color-5: #b3f4e4;
}
CSS con gradiente di sfondo Aqua Dreamscape
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00b4e0, #1bd7e4, #4ae0e3, #8be9e3, #b3f4e4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00b4e0, #1bd7e4, #4ae0e3, #8be9e3, #b3f4e4);
}
Tavolozze di colori simili
Aqua Dreamscape color palette created on .