Skipp and Stone Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Skipp and Stone palette
Skipp and Stone color palette CSS
/* CSS */
.color-1 {
color: #39b3c0;
}
.color-2 {
color: #6fae9d;
}
.color-3 {
color: #a6d8b5;
}
.color-4 {
color: #e5b29e;
}
.color-5 {
color: #d25b89;
}
/* CSS Variables */
:root {
--color-1: #39b3c0;
--color-2: #6fae9d;
--color-3: #a6d8b5;
--color-4: #e5b29e;
--color-5: #d25b89;
}
Skipp and Stone background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #39b3c0, #6fae9d, #a6d8b5, #e5b29e, #d25b89);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #39b3c0, #6fae9d, #a6d8b5, #e5b29e, #d25b89);
}
Similar color palettes
Scroll down to explore 100+ Teal color palettes
Skipp and Stone color palette created on .