Dreamy Clarity Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Dreamy Clarity palette
Dreamy Clarity color palette CSS
/* CSS */
.color-1 {
color: #a2d2e2;
}
.color-2 {
color: #f2b05f;
}
.color-3 {
color: #ff6e61;
}
.color-4 {
color: #a8e6ce;
}
.color-5 {
color: #ffb3ba;
}
/* CSS Variables */
:root {
--color-1: #a2d2e2;
--color-2: #f2b05f;
--color-3: #ff6e61;
--color-4: #a8e6ce;
--color-5: #ffb3ba;
}
Dreamy Clarity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a2d2e2, #f2b05f, #ff6e61, #a8e6ce, #ffb3ba);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a2d2e2, #f2b05f, #ff6e61, #a8e6ce, #ffb3ba);
}
Similar color palettes
Dreamy Clarity color palette created on .