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