Frost Pierse Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Frost Pierse palette

Condividi questa palette a:

tavolozza dei colori Frost Pierse CSS

/* CSS */
.color-1 {
color: #a8d3e1;
}
.color-2 {
color: #5bbfe6;
}
.color-3 {
color: #2a9cd5;
}
.color-4 {
color: #1e6b9f;
}
.color-5 {
color: #0f4b80;
}

/* CSS Variables */
:root {
--color-1: #a8d3e1;
--color-2: #5bbfe6;
--color-3: #2a9cd5;
--color-4: #1e6b9f;
--color-5: #0f4b80;
}

CSS con gradiente di sfondo Frost Pierse

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a8d3e1, #5bbfe6, #2a9cd5, #1e6b9f, #0f4b80);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a8d3e1, #5bbfe6, #2a9cd5, #1e6b9f, #0f4b80);
}

Frost Pierse color palette created on .