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