Peachy Tomoko カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Peachy Tomoko palette
Peachy Tomoko カラーパレット CSS
/* CSS */
.color-1 {
color: #f9b1ae;
}
.color-2 {
color: #f5b5a3;
}
.color-3 {
color: #f2c6a6;
}
.color-4 {
color: #d9d8c4;
}
.color-5 {
color: #bde5d8;
}
/* CSS Variables */
:root {
--color-1: #f9b1ae;
--color-2: #f5b5a3;
--color-3: #f2c6a6;
--color-4: #d9d8c4;
--color-5: #bde5d8;
}
Peachy Tomoko の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9b1ae, #f5b5a3, #f2c6a6, #d9d8c4, #bde5d8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9b1ae, #f5b5a3, #f2c6a6, #d9d8c4, #bde5d8);
}
似たようなカラーパレット
下にスクロールして90+個のエステティックカラーパレットを探索しましょう
Peachy Tomoko color palette created on .