Squidette's Dream Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Squidette's Dream palette

Share this palette to:

Squidette's Dream color palette PNG image

Download squidette's dream color palette PNG image (landscape)
Download squidette's dream color palette PNG image (square)

Squidette's Dream color palette CSS

/* CSS */
.color-1 {
color: #3a7c9c;
}
.color-2 {
color: #6f9cbe;
}
.color-3 {
color: #a3c4d7;
}
.color-4 {
color: #f2a36e;
}
.color-5 {
color: #d56c6c;
}

/* CSS Variables */
:root {
--color-1: #3a7c9c;
--color-2: #6f9cbe;
--color-3: #a3c4d7;
--color-4: #f2a36e;
--color-5: #d56c6c;
}

Squidette's Dream background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3a7c9c, #6f9cbe, #a3c4d7, #f2a36e, #d56c6c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3a7c9c, #6f9cbe, #a3c4d7, #f2a36e, #d56c6c);
}

Squidette's Dream color palette created on .