Crisp Awakening Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Crisp Awakening palette
Crisp Awakening color palette CSS
/* CSS */
.color-1 {
color: #65c39f;
}
.color-2 {
color: #f2dfa6;
}
.color-3 {
color: #ff6e61;
}
.color-4 {
color: #f4a462;
}
.color-5 {
color: #2a9d90;
}
/* CSS Variables */
:root {
--color-1: #65c39f;
--color-2: #f2dfa6;
--color-3: #ff6e61;
--color-4: #f4a462;
--color-5: #2a9d90;
}
Crisp Awakening background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #65c39f, #f2dfa6, #ff6e61, #f4a462, #2a9d90);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #65c39f, #f2dfa6, #ff6e61, #f4a462, #2a9d90);
}
Similar color palettes
Scroll down to explore 700+ Aesthetic color palettes
Crisp Awakening color palette created on .