Shades of Blue Green Pink カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Blue Green Pink palette

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

Shades of Blue Green Pink カラーパレット CSS

/* CSS */
.color-1 {
color: #ff7092;
}
.color-2 {
color: #6eb4b1;
}
.color-3 {
color: #3b9b9b;
}
.color-4 {
color: #a8c6e1;
}
.color-5 {
color: #f3e4aa;
}

/* CSS Variables */
:root {
--color-1: #ff7092;
--color-2: #6eb4b1;
--color-3: #3b9b9b;
--color-4: #a8c6e1;
--color-5: #f3e4aa;
}

Shades of Blue Green Pink の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff7092, #6eb4b1, #3b9b9b, #a8c6e1, #f3e4aa);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff7092, #6eb4b1, #3b9b9b, #a8c6e1, #f3e4aa);
}

Shades of Blue Green Pink color palette created on .