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