Sabrina's Embrace カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Sabrina's Embrace palette
Sabrina's Embrace カラーパレット CSS
/* CSS */
.color-1 {
color: #f3c4c4;
}
.color-2 {
color: #f6b6b6;
}
.color-3 {
color: #f09e9e;
}
.color-4 {
color: #e68e8e;
}
.color-5 {
color: #d68080;
}
/* CSS Variables */
:root {
--color-1: #f3c4c4;
--color-2: #f6b6b6;
--color-3: #f09e9e;
--color-4: #e68e8e;
--color-5: #d68080;
}
Sabrina's Embrace の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3c4c4, #f6b6b6, #f09e9e, #e68e8e, #d68080);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3c4c4, #f6b6b6, #f09e9e, #e68e8e, #d68080);
}
似たようなカラーパレット
Sabrina's Embrace color palette created on .