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