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