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