Emoji Dreamscape Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Emoji Dreamscape palette
Emoji Dreamscape color palette CSS
/* CSS */
.color-1 {
color: #fec9c3;
}
.color-2 {
color: #ffb3e7;
}
.color-3 {
color: #a1e0e8;
}
.color-4 {
color: #6ed4cf;
}
.color-5 {
color: #4bbead;
}
/* CSS Variables */
:root {
--color-1: #fec9c3;
--color-2: #ffb3e7;
--color-3: #a1e0e8;
--color-4: #6ed4cf;
--color-5: #4bbead;
}
Emoji Dreamscape background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fec9c3, #ffb3e7, #a1e0e8, #6ed4cf, #4bbead);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fec9c3, #ffb3e7, #a1e0e8, #6ed4cf, #4bbead);
}
Similar color palettes
Emoji Dreamscape color palette created on .