Tropical Dreamscape Tavolozza dei colori
LuminositÃ
Saturazione
Calore
UI Examples
Explore beautiful UI components with Tropical Dreamscape palette
tavolozza dei colori Tropical Dreamscape CSS
/* CSS */
.color-1 {
color: #ff3d91;
}
.color-2 {
color: #62e4fe;
}
.color-3 {
color: #e359a5;
}
.color-4 {
color: #ff9b3d;
}
.color-5 {
color: #5ce1e6;
}
/* CSS Variables */
:root {
--color-1: #ff3d91;
--color-2: #62e4fe;
--color-3: #e359a5;
--color-4: #ff9b3d;
--color-5: #5ce1e6;
}
CSS con gradiente di sfondo Tropical Dreamscape
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff3d91, #62e4fe, #e359a5, #ff9b3d, #5ce1e6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff3d91, #62e4fe, #e359a5, #ff9b3d, #5ce1e6);
}
Tavolozze di colori simili
Tropical Dreamscape color palette created on .