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