Ocean Breeze Serenade カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Ocean Breeze Serenade palette

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

Ocean Breeze Serenade カラーパレット CSS

/* CSS */
.color-1 {
color: #5590d8;
}
.color-2 {
color: #6cb8e4;
}
.color-3 {
color: #8dcbe2;
}
.color-4 {
color: #a3e0e1;
}
.color-5 {
color: #d1f0e8;
}

/* CSS Variables */
:root {
--color-1: #5590d8;
--color-2: #6cb8e4;
--color-3: #8dcbe2;
--color-4: #a3e0e1;
--color-5: #d1f0e8;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5590d8, #6cb8e4, #8dcbe2, #a3e0e1, #d1f0e8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5590d8, #6cb8e4, #8dcbe2, #a3e0e1, #d1f0e8);
}

Ocean Breeze Serenade color palette created on .