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