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