Soft Pink and Green カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Soft Pink and Green palette
Soft Pink and Green カラーパレット CSS
/* CSS */
.color-1 {
color: #f3a5b1;
}
.color-2 {
color: #f6c684;
}
.color-3 {
color: #f9d36c;
}
.color-4 {
color: #92d89d;
}
.color-5 {
color: #498c9c;
}
/* CSS Variables */
:root {
--color-1: #f3a5b1;
--color-2: #f6c684;
--color-3: #f9d36c;
--color-4: #92d89d;
--color-5: #498c9c;
}
Soft Pink and Green の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3a5b1, #f6c684, #f9d36c, #92d89d, #498c9c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3a5b1, #f6c684, #f9d36c, #92d89d, #498c9c);
}
似たようなカラーパレット
Soft Pink and Green color palette created on .