Pink and Green Underwater カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Pink and Green Underwater palette

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

Pink and Green Underwater カラーパレット CSS

/* CSS */
.color-1 {
color: #ff7092;
}
.color-2 {
color: #ff9d8a;
}
.color-3 {
color: #ffb86b;
}
.color-4 {
color: #6ed8a7;
}
.color-5 {
color: #3edab8;
}

/* CSS Variables */
:root {
--color-1: #ff7092;
--color-2: #ff9d8a;
--color-3: #ffb86b;
--color-4: #6ed8a7;
--color-5: #3edab8;
}

Pink and Green Underwater の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff7092, #ff9d8a, #ffb86b, #6ed8a7, #3edab8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff7092, #ff9d8a, #ffb86b, #6ed8a7, #3edab8);
}

Pink and Green Underwater color palette created on .