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