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