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