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