Ocean Breeze Serenity カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Ocean Breeze Serenity palette

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

Ocean Breeze Serenity カラーパレット CSS

/* CSS */
.color-1 {
color: #0c3a6e;
}
.color-2 {
color: #2a6989;
}
.color-3 {
color: #4e9fa6;
}
.color-4 {
color: #83d8b3;
}
.color-5 {
color: #d5e2d0;
}

/* CSS Variables */
:root {
--color-1: #0c3a6e;
--color-2: #2a6989;
--color-3: #4e9fa6;
--color-4: #83d8b3;
--color-5: #d5e2d0;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0c3a6e, #2a6989, #4e9fa6, #83d8b3, #d5e2d0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0c3a6e, #2a6989, #4e9fa6, #83d8b3, #d5e2d0);
}

Ocean Breeze Serenity color palette created on .