Celestial Aqua Dream Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Celestial Aqua Dream palette

Condividi questa palette a:

tavolozza dei colori Celestial Aqua Dream CSS

/* CSS */
.color-1 {
color: #2e4a7f;
}
.color-2 {
color: #3b6b9b;
}
.color-3 {
color: #508cb9;
}
.color-4 {
color: #66b3d1;
}
.color-5 {
color: #a3dfe6;
}

/* CSS Variables */
:root {
--color-1: #2e4a7f;
--color-2: #3b6b9b;
--color-3: #508cb9;
--color-4: #66b3d1;
--color-5: #a3dfe6;
}

CSS con gradiente di sfondo Celestial Aqua Dream

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2e4a7f, #3b6b9b, #508cb9, #66b3d1, #a3dfe6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2e4a7f, #3b6b9b, #508cb9, #66b3d1, #a3dfe6);
}

Celestial Aqua Dream color palette created on .