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