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