Ocean Breeze Serenity カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Ocean Breeze Serenity palette

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

Ocean Breeze Serenity カラーパレット CSS

/* CSS */
.color-1 {
color: #0c5d97;
}
.color-2 {
color: #29b6e0;
}
.color-3 {
color: #69c6e8;
}
.color-4 {
color: #a0e3f3;
}
.color-5 {
color: #f7faf5;
}

/* CSS Variables */
:root {
--color-1: #0c5d97;
--color-2: #29b6e0;
--color-3: #69c6e8;
--color-4: #a0e3f3;
--color-5: #f7faf5;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0c5d97, #29b6e0, #69c6e8, #a0e3f3, #f7faf5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0c5d97, #29b6e0, #69c6e8, #a0e3f3, #f7faf5);
}

Ocean Breeze Serenity color palette created on .