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