Ocean Breeze Serenity カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Ocean Breeze Serenity palette

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

Ocean Breeze Serenity カラーパレット CSS

/* CSS */
.color-1 {
color: #7ed3c2;
}
.color-2 {
color: #5cb2a2;
}
.color-3 {
color: #4a8c89;
}
.color-4 {
color: #3e6d74;
}
.color-5 {
color: #304b50;
}

/* CSS Variables */
:root {
--color-1: #7ed3c2;
--color-2: #5cb2a2;
--color-3: #4a8c89;
--color-4: #3e6d74;
--color-5: #304b50;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7ed3c2, #5cb2a2, #4a8c89, #3e6d74, #304b50);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7ed3c2, #5cb2a2, #4a8c89, #3e6d74, #304b50);
}

Ocean Breeze Serenity color palette created on .