Oceanic Sunrise カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Oceanic Sunrise palette
Oceanic Sunrise カラーパレット CSS
/* CSS */
.color-1 {
color: #1c3b6d;
}
.color-2 {
color: #497b9c;
}
.color-3 {
color: #a9c8e0;
}
.color-4 {
color: #f4cf3e;
}
.color-5 {
color: #e77e23;
}
/* CSS Variables */
:root {
--color-1: #1c3b6d;
--color-2: #497b9c;
--color-3: #a9c8e0;
--color-4: #f4cf3e;
--color-5: #e77e23;
}
Oceanic Sunrise の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1c3b6d, #497b9c, #a9c8e0, #f4cf3e, #e77e23);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1c3b6d, #497b9c, #a9c8e0, #f4cf3e, #e77e23);
}
似たようなカラーパレット
Oceanic Sunrise color palette created on .