Oceanic Sunrise Tavolozza dei colori
LuminositÃ
Saturazione
Calore
UI Examples
Explore beautiful UI components with Oceanic Sunrise palette
tavolozza dei colori Oceanic Sunrise CSS
/* CSS */
.color-1 {
color: #5c7e9d;
}
.color-2 {
color: #a1c6c9;
}
.color-3 {
color: #e6b6b3;
}
.color-4 {
color: #fbd85b;
}
.color-5 {
color: #f6c879;
}
/* CSS Variables */
:root {
--color-1: #5c7e9d;
--color-2: #a1c6c9;
--color-3: #e6b6b3;
--color-4: #fbd85b;
--color-5: #f6c879;
}
CSS con gradiente di sfondo Oceanic Sunrise
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5c7e9d, #a1c6c9, #e6b6b3, #fbd85b, #f6c879);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5c7e9d, #a1c6c9, #e6b6b3, #fbd85b, #f6c879);
}
Tavolozze di colori simili
Oceanic Sunrise color palette created on .