Oceanic Zephyr カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Oceanic Zephyr palette
Oceanic Zephyr カラーパレット CSS
/* CSS */
.color-1 {
color: #80c6e0;
}
.color-2 {
color: #51a4c8;
}
.color-3 {
color: #3b8bb0;
}
.color-4 {
color: #2d709f;
}
.color-5 {
color: #1f4e75;
}
/* CSS Variables */
:root {
--color-1: #80c6e0;
--color-2: #51a4c8;
--color-3: #3b8bb0;
--color-4: #2d709f;
--color-5: #1f4e75;
}
Oceanic Zephyr の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #80c6e0, #51a4c8, #3b8bb0, #2d709f, #1f4e75);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #80c6e0, #51a4c8, #3b8bb0, #2d709f, #1f4e75);
}
似たようなカラーパレット
下にスクロールして300+個のエステティックカラーパレットを探索しましょう
Oceanic Zephyr color palette created on .