Dreamy Ralsei Hues Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Dreamy Ralsei Hues palette
Dreamy Ralsei Hues color palette CSS
/* CSS */
.color-1 {
color: #3dc2bb;
}
.color-2 {
color: #8cede2;
}
.color-3 {
color: #e0f5f2;
}
.color-4 {
color: #f5e1e0;
}
.color-5 {
color: #ff7a8a;
}
/* CSS Variables */
:root {
--color-1: #3dc2bb;
--color-2: #8cede2;
--color-3: #e0f5f2;
--color-4: #f5e1e0;
--color-5: #ff7a8a;
}
Dreamy Ralsei Hues background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3dc2bb, #8cede2, #e0f5f2, #f5e1e0, #ff7a8a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3dc2bb, #8cede2, #e0f5f2, #f5e1e0, #ff7a8a);
}
Similar color palettes
Dreamy Ralsei Hues color palette created on .