Kira's Dreamscape Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Kira's Dreamscape palette
Kira's Dreamscape color palette CSS
/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #ffb861;
}
.color-3 {
color: #6ed4cf;
}
.color-4 {
color: #3b4d9b;
}
.color-5 {
color: #a45b8c;
}
/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #ffb861;
--color-3: #6ed4cf;
--color-4: #3b4d9b;
--color-5: #a45b8c;
}
Kira's Dreamscape background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #ffb861, #6ed4cf, #3b4d9b, #a45b8c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #ffb861, #6ed4cf, #3b4d9b, #a45b8c);
}
Similar color palettes
Scroll down to explore 100+ Bright color palettes
Kira's Dreamscape color palette created on .