Celestial Waters Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Celestial Waters palette

Condividi questa palette a:

tavolozza dei colori Celestial Waters CSS

/* CSS */
.color-1 {
color: #4b91e2;
}
.color-2 {
color: #4eb3d4;
}
.color-3 {
color: #7ed7d3;
}
.color-4 {
color: #a7e6c7;
}
.color-5 {
color: #e0f7fa;
}

/* CSS Variables */
:root {
--color-1: #4b91e2;
--color-2: #4eb3d4;
--color-3: #7ed7d3;
--color-4: #a7e6c7;
--color-5: #e0f7fa;
}

CSS con gradiente di sfondo Celestial Waters

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b91e2, #4eb3d4, #7ed7d3, #a7e6c7, #e0f7fa);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b91e2, #4eb3d4, #7ed7d3, #a7e6c7, #e0f7fa);
}

Celestial Waters color palette created on .