Ocean Breeze Serenity カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Ocean Breeze Serenity palette

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

Ocean Breeze Serenity カラーパレット CSS

/* CSS */
.color-1 {
color: #19a8f5;
}
.color-2 {
color: #4cc8e1;
}
.color-3 {
color: #7fe1d6;
}
.color-4 {
color: #a3e6c0;
}
.color-5 {
color: #e3f7b1;
}

/* CSS Variables */
:root {
--color-1: #19a8f5;
--color-2: #4cc8e1;
--color-3: #7fe1d6;
--color-4: #a3e6c0;
--color-5: #e3f7b1;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #19a8f5, #4cc8e1, #7fe1d6, #a3e6c0, #e3f7b1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #19a8f5, #4cc8e1, #7fe1d6, #a3e6c0, #e3f7b1);
}

Ocean Breeze Serenity color palette created on .