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