Ocean Breeze Serenity カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Ocean Breeze Serenity palette

このパレットを共有する先:

Ocean Breeze Serenity カラーパレット CSS

/* CSS */
.color-1 {
color: #2972b3;
}
.color-2 {
color: #2e9bc2;
}
.color-3 {
color: #5fc4d8;
}
.color-4 {
color: #a3d9e0;
}
.color-5 {
color: #f5d06b;
}

/* CSS Variables */
:root {
--color-1: #2972b3;
--color-2: #2e9bc2;
--color-3: #5fc4d8;
--color-4: #a3d9e0;
--color-5: #f5d06b;
}

Ocean Breeze Serenity の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2972b3, #2e9bc2, #5fc4d8, #a3d9e0, #f5d06b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2972b3, #2e9bc2, #5fc4d8, #a3d9e0, #f5d06b);
}

Ocean Breeze Serenity color palette created on .