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