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