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