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

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Pink and Green palette

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

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

/* CSS */
.color-1 {
color: #a76c8f;
}
.color-2 {
color: #e5b3c1;
}
.color-3 {
color: #f1c84b;
}
.color-4 {
color: #6cbe46;
}
.color-5 {
color: #3d6c8a;
}

/* CSS Variables */
:root {
--color-1: #a76c8f;
--color-2: #e5b3c1;
--color-3: #f1c84b;
--color-4: #6cbe46;
--color-5: #3d6c8a;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a76c8f, #e5b3c1, #f1c84b, #6cbe46, #3d6c8a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a76c8f, #e5b3c1, #f1c84b, #6cbe46, #3d6c8a);
}

Shades of Pink and Green color palette created on .