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