Frost Pierse Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Frost Pierse palette
Frost Pierse color palette 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;
}
Frost Pierse background gradient CSS
/* 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);
}
Similar color palettes
Frost Pierse color palette created on .