Aqua Sunshine Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Aqua Sunshine palette

Condividi questa palette a:

tavolozza dei colori Aqua Sunshine CSS

/* CSS */
.color-1 {
color: #00b4e0;
}
.color-2 {
color: #a3d7e0;
}
.color-3 {
color: #b7e0f0;
}
.color-4 {
color: #f5a300;
}
.color-5 {
color: #ff6e61;
}

/* CSS Variables */
:root {
--color-1: #00b4e0;
--color-2: #a3d7e0;
--color-3: #b7e0f0;
--color-4: #f5a300;
--color-5: #ff6e61;
}

CSS con gradiente di sfondo Aqua Sunshine

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00b4e0, #a3d7e0, #b7e0f0, #f5a300, #ff6e61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00b4e0, #a3d7e0, #b7e0f0, #f5a300, #ff6e61);
}

Aqua Sunshine color palette created on .