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