Light Blue Sea Goddess カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Light Blue Sea Goddess palette

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

Light Blue Sea Goddess カラーパレット CSS

/* CSS */
.color-1 {
color: #3c9cdd;
}
.color-2 {
color: #4dc5e0;
}
.color-3 {
color: #69e2e2;
}
.color-4 {
color: #8ef1e5;
}
.color-5 {
color: #baf2e6;
}

/* CSS Variables */
:root {
--color-1: #3c9cdd;
--color-2: #4dc5e0;
--color-3: #69e2e2;
--color-4: #8ef1e5;
--color-5: #baf2e6;
}

Light Blue Sea Goddess の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3c9cdd, #4dc5e0, #69e2e2, #8ef1e5, #baf2e6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3c9cdd, #4dc5e0, #69e2e2, #8ef1e5, #baf2e6);
}

Light Blue Sea Goddess color palette created on .