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