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