Celestial Serpent's Embrace Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Celestial Serpent's Embrace palette
Celestial Serpent's Embrace color palette CSS
/* CSS */
.color-1 {
color: #1f3a3d;
}
.color-2 {
color: #4b8b8b;
}
.color-3 {
color: #76c6b6;
}
.color-4 {
color: #e5b27b;
}
.color-5 {
color: #f49043;
}
/* CSS Variables */
:root {
--color-1: #1f3a3d;
--color-2: #4b8b8b;
--color-3: #76c6b6;
--color-4: #e5b27b;
--color-5: #f49043;
}
Celestial Serpent's Embrace background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f3a3d, #4b8b8b, #76c6b6, #e5b27b, #f49043);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f3a3d, #4b8b8b, #76c6b6, #e5b27b, #f49043);
}
Similar color palettes
Celestial Serpent's Embrace color palette created on .