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